mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Chunked loading of RDB to prevent redis from stalling reading very large keys.
This commit is contained in:
@ -1250,6 +1250,7 @@ void initServerConfig() {
|
||||
server.lua_time_limit = REDIS_LUA_TIME_LIMIT;
|
||||
server.lua_client = NULL;
|
||||
server.lua_timedout = 0;
|
||||
server.loading_process_events_interval_bytes = (1024*1024*2);
|
||||
|
||||
updateLRUClock();
|
||||
resetServerSaveParams();
|
||||
|
Reference in New Issue
Block a user