mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
#1385 "max-threads-hint" option now also limit RandomX dataset initialization threads.
This commit is contained in:
@@ -61,6 +61,7 @@ public:
|
||||
inline const String &argon2Impl() const { return m_argon2Impl; }
|
||||
inline const Threads<CpuThreads> &threads() const { return m_threads; }
|
||||
inline int priority() const { return m_priority; }
|
||||
inline uint32_t limit() const { return m_limit; }
|
||||
|
||||
private:
|
||||
void generate();
|
||||
|
||||
Reference in New Issue
Block a user