mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Decrease catchain_max_block_delay to 0.4
This commit is contained in:
parent
bd23029d0a
commit
773ebe0765
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class ValidatorSessionImpl : public ValidatorSession {
|
||||||
td::actor::ActorOwn<catchain::CatChain> catchain_;
|
td::actor::ActorOwn<catchain::CatChain> catchain_;
|
||||||
std::unique_ptr<ValidatorSessionDescription> description_;
|
std::unique_ptr<ValidatorSessionDescription> description_;
|
||||||
|
|
||||||
double catchain_max_block_delay_ = 0.5;
|
double catchain_max_block_delay_ = 0.4;
|
||||||
|
|
||||||
void on_new_round(td::uint32 round);
|
void on_new_round(td::uint32 round);
|
||||||
void on_catchain_started();
|
void on_catchain_started();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue