Browse Source

leave archivebox running when in archivebox update

Nick Sweeting 1 year ago
parent
commit
6b83b4c995
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archivebox/cli/archivebox_update.py

+ 1 - 1
archivebox/cli/archivebox_update.py

@@ -29,7 +29,7 @@ def update():
     setup_django()
     setup_django()
     
     
     from actors.orchestrator import Orchestrator
     from actors.orchestrator import Orchestrator
-    orchestrator = Orchestrator()
+    orchestrator = Orchestrator(exit_on_idle=False)
     orchestrator.start()
     orchestrator.start()