Shortening keepalive.

This commit is contained in:
clemahieu 2014-10-25 03:38:18 -05:00
commit 6ddeee6a7f

View file

@ -360,7 +360,7 @@ namespace rai {
void process_confirmed (rai::block const &);
void ongoing_keepalive ();
rai::client & client;
static std::chrono::seconds constexpr period = std::chrono::seconds (300);
static std::chrono::seconds constexpr period = std::chrono::seconds (60);
static std::chrono::seconds constexpr cutoff = period * 5;
};
class transactions