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 cc5d486 commit 271772eCopy full SHA for 271772e
python_packages/jupyter_lsp/jupyter_lsp/stdio.py
@@ -61,7 +61,7 @@ class LspStdIoReader(LspStdIoBase):
61
62
@default("max_wait")
63
def _default_max_wait(self):
64
- return 2.0 if os.name == "nt" else self.min_wait
+ return 0.5 if os.name == "nt" else self.min_wait * 2
65
66
async def sleep(self):
67
"""Simple exponential backoff for sleeping"""
0 commit comments