fix: Force BG processor to index all the recent captures

pull/496/head
Raphaël Vinot 2022-08-12 01:08:28 +02:00
parent a48306144f
commit e89e9a20cb
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class BackgroundIndexer(AbstractManager):
def _check_indexes(self):
index_redis = self.lookyloo.indexing.redis
for cache in self.lookyloo.sorted_capture_cache():
for cache in self.lookyloo.sorted_capture_cache(cached_captures_only=False):
if self.lookyloo.is_public_instance and cache.no_index:
# Capture unindexed
continue