Skip to content

Commit cc5d486

Browse files
authored
Increase retry numbers
1 parent 21df4e0 commit cc5d486

File tree

1 file changed

+1
-1
lines changed
  • python_packages/jupyter_lsp/jupyter_lsp

1 file changed

+1
-1
lines changed

python_packages/jupyter_lsp/jupyter_lsp/stdio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async def read(self) -> None:
100100
await self.sleep()
101101

102102
async def _read_content(
103-
self, length: int, max_parts=500, max_empties=50
103+
self, length: int, max_parts=1000, max_empties=200
104104
) -> Optional[bytes]:
105105
"""Read the full length of the message unless exceeding max_parts or
106106
max_empties empty reads occur.

0 commit comments

Comments
 (0)