Browse Source

Merge branch 'mm_relax_idle' into bfgminer

Luke Dashjr 13 years ago
parent
commit
d790a32ed8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-modminer.c

+ 1 - 1
driver-modminer.c

@@ -561,7 +561,7 @@ modminer_process_results(struct thr_info*thr)
 			}
 		}
 		else
-		if (++state->no_nonce_counter > 18000) {
+		if (++state->no_nonce_counter > 0x20000) {
 			state->no_nonce_counter = 0;
 			modminer_reduce_clock(thr, true);
 			applog(LOG_WARNING, "%s %u.%u: Drop clock speed to %u (no nonces)", modminer->api->name, modminer->device_id, fpgaid, state->clock);