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 21df4e0 commit cc5d486Copy full SHA for cc5d486
python_packages/jupyter_lsp/jupyter_lsp/stdio.py
@@ -100,7 +100,7 @@ async def read(self) -> None:
100
await self.sleep()
101
102
async def _read_content(
103
- self, length: int, max_parts=500, max_empties=50
+ self, length: int, max_parts=1000, max_empties=200
104
) -> Optional[bytes]:
105
"""Read the full length of the message unless exceeding max_parts or
106
max_empties empty reads occur.
0 commit comments