Eliminate the delay between starting threads

This is no more needed since miner threads share the result
of the same getwork request.
This commit is contained in:
pooler 2012-02-11 15:19:31 +01:00
parent a605a2ae4d
commit 46fe063865

View file

@ -949,8 +949,6 @@ int main(int argc, char *argv[])
applog(LOG_ERR, "thread %d create failed", i);
return 1;
}
sleep(1); /* don't pound RPC server all at once */
}
applog(LOG_INFO, "%d miner threads started, "