mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 12:12:21 +00:00
586 B
586 B
2023.12 Update
- Optimized message queue handling, now queue cleaning speed doesn't depend on total queue size
- Cleaning delivered messages using lt augmentation instead of random search / consequtive walk
- Keeping root cell of queue message in memory until outdated (caching)
- Changes to block collation/validation limits
- Stop accepting new external message if message queue is overloaded
- Introducing conditions for shard split/merge based on queue size
Read more on that update.