Commit 28bad53
committed
Disable read timeout for Poseidon
A timeout of five seconds might be too short for some actions (i.e., synchronizing environments), since these actions are performed synchronously on Poseidon (which is good!). Hence, we need to improve the timeout handling and first byte sent in future to re-enable the timeout here.
Fixes CODEOCEAN-188
Fixes CODEOCEAN-18F1 parent e74a727 commit 28bad53
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments