This commit is contained in:
kamhung
2015-11-12 11:15:55 +08:00
parent 9004c9e0ba
commit 5c7eb6edb0

View File

@@ -394,7 +394,7 @@ public final class EntityCache<T> {
}
public boolean isParallel() {
return this.list.size() > 1024 * 64;
return this.list.size() > 1024 * 1024;
}
private Stream<T> listStream() {