mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
minor aesthetic change
This commit is contained in:
parent
53eeeaff08
commit
95506e4611
@ -752,8 +752,8 @@ void initServerConfig() {
|
|||||||
server.list_max_ziplist_value = REDIS_LIST_MAX_ZIPLIST_VALUE;
|
server.list_max_ziplist_value = REDIS_LIST_MAX_ZIPLIST_VALUE;
|
||||||
server.set_max_intset_entries = REDIS_SET_MAX_INTSET_ENTRIES;
|
server.set_max_intset_entries = REDIS_SET_MAX_INTSET_ENTRIES;
|
||||||
server.shutdown_asap = 0;
|
server.shutdown_asap = 0;
|
||||||
updateLRUClock();
|
|
||||||
|
|
||||||
|
updateLRUClock();
|
||||||
resetServerSaveParams();
|
resetServerSaveParams();
|
||||||
|
|
||||||
appendServerSaveParams(60*60,1); /* save after 1 hour and 1 change */
|
appendServerSaveParams(60*60,1); /* save after 1 hour and 1 change */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user