mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix processing dispatch queue (#1057)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
5380e6fb8d
commit
00cd053dbc
2 changed files with 2 additions and 3 deletions
|
@ -213,7 +213,7 @@ class Collator final : public td::actor::Actor {
|
|||
std::map<StdSmcAddress, td::uint32> sender_generated_messages_count_;
|
||||
unsigned dispatch_queue_ops_{0};
|
||||
std::map<StdSmcAddress, LogicalTime> last_dispatch_queue_emitted_lt_;
|
||||
bool have_unprocessed_account_dispatch_queue_ = true;
|
||||
bool have_unprocessed_account_dispatch_queue_ = 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