summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/executor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/misc/executor.hpp')
-rw-r--r--xmrstak/misc/executor.hpp2
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;
OpenPOWER on IntegriCloud