Commit b1c892f3 authored by antirez's avatar antirez
Browse files

test background close operation removed

parent d47ded66
...@@ -709,7 +709,6 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) { ...@@ -709,7 +709,6 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
/* Run other sub-systems specific cron jobs */ /* Run other sub-systems specific cron jobs */
if (server.cluster_enabled && !(loops % 10)) clusterCron(); if (server.cluster_enabled && !(loops % 10)) clusterCron();
if (!(loops % 10)) bioCreateBackgroundJob(REDIS_BIO_CLOSE_FILE,(void*)1000);
server.cronloops++; server.cronloops++;
return 100; return 100;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment