mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
debug message removed
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user