You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: default requests to a 30 second timeout (#601)
Requests had no timeout, so a hung connection blocked the caller
indefinitely. niquests leaves `timeout` unset unless it is given.
Pass a 30 second `timeout` to the niquests session, matching the API's
own request timeout, and add a `timeout` option to `Seam` and
`SeamMultiWorkspace` so callers can raise or lower it. The option takes
the niquests forms: a number of seconds, a (connect, read) tuple, or
None for no timeout.
Claude-Session: https://claude.ai/code/session_01XMgDauUA2R9u2THCHmMgv1
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments