mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 19:21:21 +00:00
Set lua-time-limit default value at safe place.
Otherwise, as it was, it will overwrite whatever the user set. Close #3703.
This commit is contained in:
@ -900,7 +900,6 @@ void scriptingInit(int setup) {
|
||||
server.lua_caller = NULL;
|
||||
server.lua_timedout = 0;
|
||||
server.lua_always_replicate_commands = 0; /* Only DEBUG can change it.*/
|
||||
server.lua_time_limit = LUA_SCRIPT_TIME_LIMIT;
|
||||
ldbInit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user