Skip to content

feat: let user configure timeout and proper manage timeout errors#43

Merged
masci merged 2 commits intomasterfrom
massi/fix-timeout
Mar 4, 2025
Merged

feat: let user configure timeout and proper manage timeout errors#43
masci merged 2 commits intomasterfrom
massi/fix-timeout

Conversation

@masci
Copy link
Owner

@masci masci commented Mar 4, 2025

Add a new timeout configuration option for the HTTP client, defaults to 30 seconds.

Fixes #35

@masci masci merged commit bdbbf78 into master Mar 4, 2025
2 checks passed
@masci masci deleted the massi/fix-timeout branch March 4, 2025 11:38
timeout:
description: 'Timeout in milliseconds for the HTTP client'
required: false
default: '30'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should have been 30000 no? :) @masci

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.

Config option to ignore timeouts

2 participants