mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Make block overloaded if dispatch queue processing limit is reached (#1070)
This commit is contained in:
parent
58ca7b44ff
commit
1b9372804f
2 changed files with 17 additions and 10 deletions
|
@ -214,6 +214,7 @@ class Collator final : public td::actor::Actor {
|
|||
unsigned dispatch_queue_ops_{0};
|
||||
std::map<StdSmcAddress, LogicalTime> last_dispatch_queue_emitted_lt_;
|
||||
bool have_unprocessed_account_dispatch_queue_ = false;
|
||||
bool dispatch_queue_total_limit_reached_ = false;
|
||||
td::uint64 defer_out_queue_size_limit_;
|
||||
td::uint64 hard_defer_out_queue_size_limit_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue