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 c245c04 commit 82751f6Copy full SHA for 82751f6
scripts/qiita
@@ -464,8 +464,8 @@ 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
- # 2400000 == 40 min
468
- PeriodicCallback(lambda: active_children(), 2400000).start()
+ # 600000 == 10 min
+ PeriodicCallback(lambda: active_children(), 600000).start()
469
470
ioloop.start()
471
0 commit comments