summaryrefslogtreecommitdiff
path: root/t/startfile.lua
diff options
context:
space:
mode:
Diffstat (limited to 't/startfile.lua')
-rw-r--r--t/startfile.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/startfile.lua b/t/startfile.lua
index 96a864b..da6a9f1 100644
--- a/t/startfile.lua
+++ b/t/startfile.lua
@@ -9,11 +9,11 @@ local my_zone = 'z1'
local STAT_EXAMPLE <const> = 1
local STAT_ANOTHER <const> = 2
---mcp.tcp_keepalive(true)
function mcp_config_pools(oldss)
mcp.add_stat(STAT_EXAMPLE, "example")
mcp.add_stat(STAT_ANOTHER, "another")
+ --mcp.tcp_keepalive(true)
mcp.backend_connect_timeout(5.5) -- 5 and a half second timeout.
-- alias mcp.backend for convenience.
-- important to alias global variables in routes where speed is concerned.