chore (fetcher): increase timeout to 15s #64

Merged
webstreamr merged 2 commits from webstreamr-patch-1 into main 2025-05-20 19:17:31 +00:00
Showing only changes of commit 243eaa834b - Show all commits

View file

@ -34,7 +34,7 @@ export class Fetcher {
private readonly getConfig = (ctx: Context, url: URL, config?: AxiosRequestConfig): AxiosRequestConfig => {
return {
responseType: 'text',
timeout: 10000,
timeout: 15000,
...config,
headers: {
'User-Agent': this.createUserAgentForIp(ctx.ip),