Start with smaller amount of hashes in cpu mining to enable scrypt to return today sometime.
diff --git a/driver-cpu.c b/driver-cpu.c
index bd502b3..8ffc780 100644
--- a/driver-cpu.c
+++ b/driver-cpu.c
@@ -777,7 +777,7 @@ static bool cpu_thread_prepare(struct thr_info *thr)
static uint64_t cpu_can_limit_work(struct thr_info *thr)
{
- return 0xfffff;
+ return 0xffff;
}
static bool cpu_thread_init(struct thr_info *thr)