Browse Source

Increase pool watch interval to 30 seconds.

nfactor-troky
ckolivas 13 years ago committed by Con Kolivas
parent
commit
5cf4e188fd
  1. 2
      cgminer.c

2
cgminer.c

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

Loading…
Cancel
Save