Shortening keepalive.
This commit is contained in:
parent
0ec82ba566
commit
6ddeee6a7f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue