v2026.06
This commit is contained in:
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user