We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfba2d commit 29cb0f9Copy full SHA for 29cb0f9
lib/handlers/cors-proxy.js
@@ -20,7 +20,7 @@ const PROXY_SETTINGS = {
20
logLevel: 'silent',
21
changeOrigin: true,
22
followRedirects: true,
23
- proxyTimeout: 5000,
+ proxyTimeout: 10000,
24
router: req => req.destination.target,
25
pathRewrite: (path, req) => req.destination.path
26
}
0 commit comments