diff --git a/app/services/forest_liana/scope_manager.rb b/app/services/forest_liana/scope_manager.rb index 2158f3df..43c05146 100644 --- a/app/services/forest_liana/scope_manager.rb +++ b/app/services/forest_liana/scope_manager.rb @@ -1,7 +1,7 @@ module ForestLiana class ScopeManager # 5 minutes expiration cache - @@scope_cache_expiration_delta = 10 + @@scope_cache_expiration_delta = 300 def self.apply_scopes_on_records(records, user, collection_name, timezone) scope_filters = get_scope(collection_name, user)