Skip to content

Commit

Permalink
Merge pull request #619 from ipython/auto-backport-of-pr-618-on-5.5.x
Browse files Browse the repository at this point in the history
Back port of pull request #618 (Changed default timeout to 0.0 seconds for stop_on_error_timeout)
  • Loading branch information
blink1073 authored Mar 29, 2021
2 parents 648ca5a + 49c1af4 commit 4380671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/kernelbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def _default_ident(self):
_poll_interval = Float(0.01).tag(config=True)

stop_on_error_timeout = Float(
0.1,
0.0,
config=True,
help="""time (in seconds) to wait for messages to arrive
when aborting queued requests after an error.
Expand Down

0 comments on commit 4380671

Please sign in to comment.