From: antirez Date: Fri, 15 Oct 2010 10:22:48 +0000 (+0200) Subject: minor aesthetic change X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/95506e4611458160d21ea8ae6e6e89161e7e44ca minor aesthetic change --- diff --git a/src/redis.c b/src/redis.c index 3defc7f1..f3cf100e 100644 --- a/src/redis.c +++ b/src/redis.c @@ -752,8 +752,8 @@ void initServerConfig() { server.list_max_ziplist_value = REDIS_LIST_MAX_ZIPLIST_VALUE; server.set_max_intset_entries = REDIS_SET_MAX_INTSET_ENTRIES; server.shutdown_asap = 0; - updateLRUClock(); + updateLRUClock(); resetServerSaveParams(); appendServerSaveParams(60*60,1); /* save after 1 hour and 1 change */