fix: updater not being limited

pull/61/head
db0 2023-11-26 19:09:58 +01:00
parent 9d2271f28b
commit 8ba5705b12
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if __name__ == "__main__":
futures = []
with ThreadPoolExecutor(max_workers=int(os.getenv('FEDISEER_UPDATE_THREADS', 25))) as executor:
with OVERSEER.app_context():
for instance in database.get_all_instances(0,0):
for instance in database.get_all_instances(0,0,limit=1000000):
if instance.software == 'wildcard':
continue
# -1 doesn't skip anything