mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 04:24:19 +00:00
The worksize was unintentionally changed back to 4k by mistake, this caused a slowdown.
This commit is contained in:
parent
cc9d5f5927
commit
02e126f42d
@ -4,8 +4,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#define MAXTHREADS (0xFFFFFFFEULL)
|
||||
/* Maximum worksize 4k to match page size */
|
||||
#define MAXBUFFERS (0xFFFF)
|
||||
#define MAXBUFFERS (0xFF)
|
||||
#define BUFFERSIZE (sizeof(uint32_t) * MAXBUFFERS)
|
||||
#define FOUND (0x80)
|
||||
/* #define NFLAG (0x7F) Just for reference */
|
||||
|
Loading…
x
Reference in New Issue
Block a user