Updted changelog

This commit is contained in:
BenDroid 2018-03-25 14:47:08 +02:00
parent 197034b5dd
commit 56886534d4
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ DonateStrategy::DonateStrategy(const char *agent, IStrategyListener *listener) :
m_timer.data = this;
uv_timer_init(uv_default_loop(), &m_timer);
idle(random(1500, 3600) * 1000);
idle(random(1800, 3600) * 1000);
}