From b1c892f3f63dfdace7431c623ddf09eb6997682b Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 13 Sep 2011 16:57:18 +0200 Subject: [PATCH] test background close operation removed --- src/redis.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/redis.c b/src/redis.c index 3289ec1e1..8662191fb 100644 --- a/src/redis.c +++ b/src/redis.c @@ -709,7 +709,6 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) { /* Run other sub-systems specific cron jobs */ if (server.cluster_enabled && !(loops % 10)) clusterCron(); -if (!(loops % 10)) bioCreateBackgroundJob(REDIS_BIO_CLOSE_FILE,(void*)1000); server.cronloops++; return 100; } -- GitLab