chore (fetcher): increase timeout to 15s
This commit is contained in:
parent
e6980e5676
commit
243eaa834b
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue