Notification photo cache, bulk traffic, blocked preload filter / Fix discount datetime aware

This commit is contained in:
Vladless
2026-04-15 11:10:57 +00:00
parent 674ce2d609
commit 995e2f8016
7 changed files with 199 additions and 48 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ async def handle_sync_cluster(
tariffs_cache = {t.id: dict(t.__dict__) for t in tariffs_list}
if only_remnawave:
batch_size = 50
batch_size = 250
total_keys = len(keys_to_sync)
processed_count = 0