Skip to content

Commit

Permalink
set nodelay in clusterd, Issue cloudwu#278
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu authored and wyao committed Aug 6, 2015
1 parent ac69dd1 commit 46289ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/clusterd.lua
Expand Up @@ -20,6 +20,7 @@ local function open_channel(t, key)
host = host,
port = tonumber(port),
response = read_response,
nodelay = true,
}
assert(c:connect(true))
t[key] = c
Expand Down

0 comments on commit 46289ac

Please sign in to comment.