This commit is contained in:
kamhung
2015-11-11 18:04:15 +08:00
parent 589c7368cf
commit 06f9750fd2

View File

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