We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d54df commit 4a5f898Copy full SHA for 4a5f898
scripts/qiita
@@ -464,7 +464,7 @@ def start(port, master):
464
# Set a PeriodicCallback for cleaning up the threads every 10 seconds
465
# To understand why this is working as expected, check the multiprocessing
466
# documentation https://docs.python.org/2/library/multiprocessing.html
467
- # PeriodicCallback(lambda: active_children(), 10000).start()
+ PeriodicCallback(lambda: active_children(), 300000).start()
468
469
ioloop.start()
470
0 commit comments