summaryrefslogtreecommitdiff
path: root/xmake/modules/private/service/server_config.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-07-05 23:16:48 +0800
committerruki <[email protected]>2022-07-05 23:16:48 +0800
commitb1d48494ee6f4daaa6daae840c0bb2dd42ee64b6 (patch)
treef5503a7e109b4b1ff737b9836520602335881036 /xmake/modules/private/service/server_config.lua
parent7b87fb6a25edcf3cf3bef9b6d8f6098249f24fa3 (diff)
add recv/send timeout
Diffstat (limited to 'xmake/modules/private/service/server_config.lua')
-rw-r--r--xmake/modules/private/service/server_config.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/private/service/server_config.lua b/xmake/modules/private/service/server_config.lua
index ca007e8d7..5e6ec9c71 100644
--- a/xmake/modules/private/service/server_config.lua
+++ b/xmake/modules/private/service/server_config.lua
@@ -44,6 +44,8 @@ function _generate_configfile()
tokens = {
token
},
+ send_timeout = -1,
+ recv_timeout = -1,
remote_build = {
listen = "0.0.0.0:9691",
workdir = path.join(servicedir, "remote_build"),