This commit is contained in:
brusnitsyn
2026-06-10 16:53:03 +09:00
parent ff810e59bc
commit b5d1f61a82
9 changed files with 640 additions and 151 deletions

View File

@@ -19,7 +19,7 @@ def main():
migration_queue.start()
while not stop_requested:
time.sleep(max(Config.QUEUE_POLL_SECONDS, 1.0))
time.sleep(max(Config.QUEUE_POLL_SECONDS, 1800.0))
if __name__ == "__main__":