Browse Source

Increase pool watch interval to 30 seconds.

ckolivas 14 years ago
parent
commit
5cf4e188fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cgminer.c

+ 1 - 1
cgminer.c

@@ -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;
 }
 }