1
0
Fork 0
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:
EmelyanenkoK 2024-06-20 16:44:46 +03:00 committed by GitHub
parent bd23029d0a
commit 773ebe0765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ class ValidatorSessionImpl : public ValidatorSession {
td::actor::ActorOwn<catchain::CatChain> catchain_;
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_catchain_started();