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:
parent
a605a2ae4d
commit
46fe063865
1 changed files with 0 additions and 2 deletions
|
@ -949,8 +949,6 @@ int main(int argc, char *argv[])
|
||||||
applog(LOG_ERR, "thread %d create failed", i);
|
applog(LOG_ERR, "thread %d create failed", i);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
sleep(1); /* don't pound RPC server all at once */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
applog(LOG_INFO, "%d miner threads started, "
|
applog(LOG_INFO, "%d miner threads started, "
|
||||||
|
|
Loading…
Add table
Reference in a new issue