From 6a79a3b3034766d9f47a6b95301b893c785dd575 Mon Sep 17 00:00:00 2001 From: tcatm Date: Sat, 5 Feb 2011 01:26:20 +0100 Subject: [PATCH] increase runtime --- miner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner.c b/miner.c index 9a481b3..f8be661 100644 --- a/miner.c +++ b/miner.c @@ -313,7 +313,7 @@ static void *miner_thread(void *thr_id_int) hashes_done = 0; gettimeofday(&tv_start, NULL); - int threads = 102400; + int threads = 102400 * 4; globalThreads[0] = threads; localThreads[0] = 128;