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 b49a4e2 commit bd508b1Copy full SHA for bd508b1
lib/web/middleware/checkVersion.js
@@ -31,7 +31,7 @@ async function checkVersion (ctx) {
31
url: `${VERSION_CHECK_ENDPOINT}?v=${config.version}`,
32
method: 'GET',
33
json: true,
34
- timeout: 1000
+ timeout: 3000
35
})
36
37
if (statusCode !== 200 || data.status === 'error') {
0 commit comments