|
@@ -439,7 +439,7 @@ modminer_process_results(struct thr_info*thr)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
else
|
|
else
|
|
|
- if (++state->no_nonce_counter > 18000) {
|
|
|
|
|
|
|
+ if (++state->no_nonce_counter > 0x20000) {
|
|
|
state->no_nonce_counter = 0;
|
|
state->no_nonce_counter = 0;
|
|
|
modminer_reduce_clock(thr, true);
|
|
modminer_reduce_clock(thr, true);
|
|
|
}
|
|
}
|