From: antirez Date: Tue, 8 Mar 2011 15:52:39 +0000 (+0100) Subject: removed useless call X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/e270a7fa58d242d3cef9ebfe4724719b92afe7d6 removed useless call --- diff --git a/src/dscache.c b/src/dscache.c index 0448d2cb..2dbc1134 100644 --- a/src/dscache.c +++ b/src/dscache.c @@ -587,8 +587,6 @@ void queueIOJob(iojob *j) { redisLog(REDIS_DEBUG,"Queued IO Job %p type %d about key '%s'\n", (void*)j, j->type, (char*)j->key->ptr); 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