Skip to content
Snippets Groups Projects
Commit dcd5765c authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

WIP

parent b98b4a98
No related branches found
No related tags found
1 merge request!65F permission checks
Pipeline #26395 failed
...@@ -927,6 +927,9 @@ public class Query implements QueryInterface, ToElementable, TransactionInterfac ...@@ -927,6 +927,9 @@ public class Query implements QueryInterface, ToElementable, TransactionInterfac
final long t1 = System.currentTimeMillis(); final long t1 = System.currentTimeMillis();
final IdVersionAclTriplet triplet = entityIterator.next(); final IdVersionAclTriplet triplet = entityIterator.next();
if (triplet.id <= 99) {
continue;
}
if (!acl_cache.containsKey(triplet.acl)) { if (!acl_cache.containsKey(triplet.acl)) {
acl_cache.put( acl_cache.put(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment