1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-29 16:04:33 +00:00

Increase pool watch interval to 30 seconds.

This commit is contained in:
ckolivas 2012-05-02 11:17:06 +10:00 committed by Con Kolivas
parent 85008a7853
commit 5cf4e188fd

View File

@ -4031,7 +4031,7 @@ static void *watchpool_thread(void __maybe_unused *userdata)
switch_pools(NULL);
}
sleep(10);
sleep(30);
}
return NULL;
}