From 14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3 Mon Sep 17 00:00:00 2001 From: fireice-uk Date: Sun, 22 Oct 2017 13:24:49 +0100 Subject: rm debug aids --- xmrstak/misc/executor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmrstak/misc') 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 lTimedEvents; std::mutex timed_event_mutex; -- cgit v1.1