]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "Try to read queries from cache also in cases where cache is not written"
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 10 Sep 2019 12:56:00 +0000 (12:56 +0000)
committerGerrit Code Review <gerrit2@simantics>
Tue, 10 Sep 2019 12:56:00 +0000 (12:56 +0000)
bundles/org.simantics.db.impl/src/org/simantics/db/impl/query/QueryCache.java

index 06882a48943e711e502d725108ee2f0e4147f213..de942b90f8611c3fd01227c0acf6f7740e74dc4e 100644 (file)
@@ -19,7 +19,7 @@ import org.simantics.db.request.Read;
 
 public class QueryCache extends QueryCacheBase {
 
-    private static final boolean SINGLE = false;
+    private static final boolean SINGLE = true;
 
     public QueryCache(QuerySupport querySupport, int threads) {
         super(querySupport, threads);