summaryrefslogtreecommitdiff
path: root/xmake/modules/private/service/client_config.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-07-05 23:19:12 +0800
committerruki <[email protected]>2022-07-05 23:19:12 +0800
commit75604a4d159a554bc6664f5d7a41f422fb256f20 (patch)
tree124eb46a67fc018ea6d5fa2117fda6fb08b1e376 /xmake/modules/private/service/client_config.lua
parent5ad5e57ffd468bdec13f292773c7413201a68184 (diff)
add connect timeout
Diffstat (limited to 'xmake/modules/private/service/client_config.lua')
-rw-r--r--xmake/modules/private/service/client_config.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/service/client_config.lua b/xmake/modules/private/service/client_config.lua
index fef687ef7..49feac13e 100644
--- a/xmake/modules/private/service/client_config.lua
+++ b/xmake/modules/private/service/client_config.lua
@@ -41,6 +41,7 @@ function _generate_configfile()
local configs = {
send_timeout = -1,
recv_timeout = -1,
+ connect_timeout = -1,
remote_build = {
-- without authorization: "127.0.0.1:9691"
-- with user authorization: "[email protected]:9691"