mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
test background close operation removed
This commit is contained in:
parent
d47ded66ce
commit
b1c892f3f6
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user