1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Start longpoll from every pool when load balance strategy is in use.

This commit is contained in:
Con Kolivas 2012-06-14 15:58:18 +10:00
parent dbe9056df4
commit 79f4b570f7

View File

@ -4075,7 +4075,7 @@ static struct pool *select_longpoll_pool(struct pool *cp)
*/
static void wait_lpcurrent(struct pool *pool)
{
if (pool->enabled == POOL_REJECTING)
if (pool->enabled == POOL_REJECTING || pool_strategy == POOL_LOADBALANCE)
return;
while (pool != current_pool()) {