debug message removed

This commit is contained in:
antirez
2011-09-13 16:53:33 +02:00
parent b7c739b0dd
commit b147cb9e1a
3 changed files with 25 additions and 27 deletions

View File

@ -709,6 +709,7 @@ 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;
}