Browse Source

increase runtime

master
tcatm 13 years ago
parent
commit
6a79a3b303
  1. 2
      miner.c

2
miner.c

@ -313,7 +313,7 @@ static void *miner_thread(void *thr_id_int) @@ -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;

Loading…
Cancel
Save