mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 21:41:32 +00:00
Lua scripts max execution time
This commit is contained in:
@ -858,6 +858,7 @@ void initServerConfig() {
|
||||
server.cache_flush_delay = 0;
|
||||
server.cluster_enabled = 0;
|
||||
server.cluster.configfile = zstrdup("nodes.conf");
|
||||
server.lua_time_limit = REDIS_LUA_TIME_LIMIT;
|
||||
|
||||
updateLRUClock();
|
||||
resetServerSaveParams();
|
||||
|
Reference in New Issue
Block a user