Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 65a1d39

Browse files
author
ykohata
committed
timeout: 10m -> 4m
1 parent f8f7e06 commit 65a1d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/servers/web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ exports.default = {
5656
returnErrorCodes: false
5757
,
5858
// http(s).Server#timeout
59-
timeout: 10 * 60 * 1000
59+
timeout: 4 * 60 * 1000
6060
};
6161
}
6262
}

0 commit comments

Comments
 (0)