1
0
mirror of https://github.com/GOSTSec/gostoclminer synced 2025-01-30 08:24:29 +00:00

increase runtime

This commit is contained in:
tcatm 2011-02-05 01:26:20 +01:00
parent 6ddc290b86
commit 6a79a3b303

View File

@ -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;