config tcp-keepalive should be numerical field not bool

This commit is contained in:
Jiahao Huang
2015-07-14 22:32:53 +08:00
parent 0f64080dcb
commit 92c146dfd3
2 changed files with 4 additions and 4 deletions

View File

@ -880,7 +880,7 @@ void luaSetGlobalArray(lua_State *lua, char *var, robj **elev, int elec) {
}
/* Define a lua function with the specified function name and body.
* The function name musts be a 2 characters long string, since all the
* The function name musts be a 42 characters long string, since all the
* functions we defined in the Lua context are in the form:
*
* f_<hex sha1 sum>