]> git.saurik.com Git - redis.git/commitdiff
minor aesthetic change
authorantirez <antirez@gmail.com>
Fri, 15 Oct 2010 10:22:48 +0000 (12:22 +0200)
committerantirez <antirez@gmail.com>
Fri, 15 Oct 2010 10:22:48 +0000 (12:22 +0200)
src/redis.c

index 3defc7f1915c4a1f7c513db6bee4b373213be418..f3cf100e9ee6a662cf7113d015e625c7a9b2c151 100644 (file)
@@ -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 */