Skip to content

Commit

Permalink
extends timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
windmemory committed Feb 20, 2024
1 parent 03f02ce commit 81b8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/proxy.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class ProxyService {
},
responseType: stream ? 'stream' : 'json',
data: body,
timeout: 1 * MINUTE,
timeout: 10 * MINUTE,
});
} catch (e) {
if (e.response) {
Expand Down

0 comments on commit 81b8ef1

Please sign in to comment.