Defer daily rules

This commit is contained in:
M66B
2022-12-24 10:10:21 +01:00
parent 64609c67e9
commit 34c878c7ec
5 changed files with 35 additions and 26 deletions

View File

@@ -604,7 +604,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
throw ex;
}
List<EntityRule> rules = db.rule().getEnabledRules(browsable.id);
List<EntityRule> rules = db.rule().getEnabledRules(browsable.id, false);
int found = 0;
while (state.index >= 0 && found < pageSize && !state.destroyed) {