diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-22 13:24:49 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-22 13:24:49 +0100 |
commit | 14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3 (patch) | |
tree | 5cc4b11c3c6895731a19b0ae1dff88c3315fc7f6 /xmrstak/misc/executor.hpp | |
parent | 53ddca9640ef54d709237c6a7929b1418b0ec438 (diff) | |
download | xmr-stak-14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3.zip xmr-stak-14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3.tar.gz |
rm debug aids
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 9e954bb..d705c27 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 = 4 * 60; + constexpr static size_t iDevDonatePeriod = 100 * 60; std::list<timed_event> lTimedEvents; std::mutex timed_event_mutex; |