mirror of
https://github.com/fluencelabs/redis
synced 2025-04-04 00:31:03 +00:00
removed useless call
This commit is contained in:
parent
3a21cb99e5
commit
e270a7fa58
@ -587,8 +587,6 @@ void queueIOJob(iojob *j) {
|
|||||||
redisLog(REDIS_DEBUG,"Queued IO Job %p type %d about key '%s'\n",
|
redisLog(REDIS_DEBUG,"Queued IO Job %p type %d about key '%s'\n",
|
||||||
(void*)j, j->type, (char*)j->key->ptr);
|
(void*)j, j->type, (char*)j->key->ptr);
|
||||||
listAddNodeTail(server.io_newjobs,j);
|
listAddNodeTail(server.io_newjobs,j);
|
||||||
if (server.io_active_threads < server.vm_max_threads)
|
|
||||||
spawnIOThread();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Consume all the IO scheduled operations, and all the thread IO jobs
|
/* Consume all the IO scheduled operations, and all the thread IO jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user