diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-13 16:35:10 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-22 13:12:52 +0100 |
commit | f13f70c28eb9e4b38d3b4932f5845f1d5cc01906 (patch) | |
tree | dc2b85e4ddd9b02e35729502dd6ae96fc2443568 /xmrstak/misc/executor.hpp | |
parent | 610f4f0fa72c60daa14dc0661f58ba23563afb61 (diff) | |
download | xmr-stak-f13f70c28eb9e4b38d3b4932f5845f1d5cc01906.zip xmr-stak-f13f70c28eb9e4b38d3b4932f5845f1d5cc01906.tar.gz |
Implement pool-controlled nonce allocation
Diffstat (limited to 'xmrstak/misc/executor.hpp')
-rw-r--r-- | xmrstak/misc/executor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/misc/executor.hpp b/xmrstak/misc/executor.hpp index d705c27..9e954bb 100644 --- a/xmrstak/misc/executor.hpp +++ b/xmrstak/misc/executor.hpp @@ -60,7 +60,7 @@ private: // Dev donation time period in seconds. 100 minutes by default. // We will divide up this period according to the config setting - constexpr static size_t iDevDonatePeriod = 100 * 60; + constexpr static size_t iDevDonatePeriod = 4 * 60; std::list<timed_event> lTimedEvents; std::mutex timed_event_mutex; |