Skip to content

Commit

Permalink
Decrease catchain_max_block_delay to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EmelyanenkoK authored Jun 20, 2024
1 parent bd23029 commit 773ebe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator-session/validator-session.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 773ebe0

Please sign in to comment.