bobbai00 commented on PR #5667:
URL: https://github.com/apache/texera/pull/5667#issuecomment-4725941522
The PR description says (10s connect, 60s read), but the code sets (5s
connect, 10s read):
_CONNECT_TIMEOUT_SECONDS = 5
_READ_TIMEOUT_SECONDS = 10
The actual values are reasonable — could you update the description to
match? A note that the 10s read timeout bounds inactivity-between-bytes (not
total download time) would also help future readers
understand why it's safe for large dataset files.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]