mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Optimize masterchain collation
Use only shard blocks with ready msg queues
This commit is contained in:
parent
47c60d8bf0
commit
1e3a12259b
10 changed files with 151 additions and 82 deletions
|
@ -72,7 +72,7 @@ class OutMsgQueueImporter : public td::actor::Actor {
|
|||
void finish_query(std::shared_ptr<CacheEntry> entry);
|
||||
bool check_timeout(std::shared_ptr<CacheEntry> entry);
|
||||
|
||||
constexpr static const double CACHE_TTL = 30.0;
|
||||
constexpr static const double CACHE_TTL = 60.0;
|
||||
};
|
||||
|
||||
class BuildOutMsgQueueProof : public td::actor::Actor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue