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.
2 parents dda8bba + 5b2e8c6 commit 97c36b5Copy full SHA for 97c36b5
ipykernel/kernelbase.py
@@ -412,7 +412,7 @@ def schedule_next():
412
# flush the eventloop every so often,
413
# giving us a chance to handle messages in the meantime
414
self.log.debug("Scheduling eventloop advance")
415
- self.io_loop.call_later(1, advance_eventloop)
+ self.io_loop.call_later(0.001, advance_eventloop)
416
417
# begin polling the eventloop
418
schedule_next()
0 commit comments