mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Change the window length to 1s
This commit is contained in:
parent
7232a6a99a
commit
acbbc60e09
@ -798,7 +798,7 @@ class NotebookApp(JupyterApp):
|
||||
Maximum rate at which messages can be sent on iopub before they are
|
||||
limited.""")
|
||||
|
||||
limit_window = Float(0.1, config=True, help="""(sec) Time window used to
|
||||
limit_window = Float(1.0, config=True, help="""(sec) Time window used to
|
||||
check the message and data rate limits.""")
|
||||
|
||||
def parse_command_line(self, argv=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user