Skip to content

fix: correct sync request timeout from 30000 to 30 seconds#178

Open
dpmworld wants to merge 1 commit into
fustom:mainfrom
dpmworld:fix/sync-request-timeout
Open

fix: correct sync request timeout from 30000 to 30 seconds#178
dpmworld wants to merge 1 commit into
fustom:mainfrom
dpmworld:fix/sync-request-timeout

Conversation

@dpmworld
Copy link
Copy Markdown

@dpmworld dpmworld commented May 6, 2026

The requests.request() timeout parameter is expressed in seconds, not milliseconds. The previous value of 30000 meant ~8 hours, so a hung connection would block the caller indefinitely instead of failing fast. Align with a 30 second timeout.

The `requests.request()` `timeout` parameter is expressed in seconds,
not milliseconds. The previous value of 30000 meant ~8 hours, so a
hung connection would block the caller indefinitely instead of failing
fast. Align with a 30 second timeout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant