1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-08-31 16:21:49 +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); switch_pools(NULL);
} }
sleep(10); sleep(30);
} }
return NULL; return NULL;
} }