1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

remove debug checks to improve performance under load on weak validators

This commit is contained in:
ton 2020-04-05 13:56:24 +04:00
parent b73b057e08
commit 7efb345e3d
5 changed files with 138 additions and 4 deletions

View file

@ -143,6 +143,7 @@ class ValidateQuery : public td::actor::Actor {
bool update_shard_cc_{false};
bool is_fake_{false};
bool prev_key_block_exists_{false};
bool debug_checks_{false};
BlockSeqno prev_key_seqno_{~0u};
int stage_{0};
td::BitArray<64> shard_pfx_;