Skip to content

Commit 29cb0f9

Browse files
committed
Increase proxyTimeout value to 10s
1 parent cdfba2d commit 29cb0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/handlers/cors-proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const PROXY_SETTINGS = {
2020
logLevel: 'silent',
2121
changeOrigin: true,
2222
followRedirects: true,
23-
proxyTimeout: 5000,
23+
proxyTimeout: 10000,
2424
router: req => req.destination.target,
2525
pathRewrite: (path, req) => req.destination.path
2626
}

0 commit comments

Comments
 (0)