1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02:00

Verify database connection on interval (#9665)

This commit is contained in:
Loïc Blot
2020-04-15 08:01:11 +02:00
committed by GitHub
parent 62c62f3829
commit 5c588f89e7
9 changed files with 65 additions and 33 deletions

View File

@@ -435,6 +435,7 @@ private:
IntervalLimiter m_object_management_interval;
// List of active blocks
ActiveBlockList m_active_blocks;
IntervalLimiter m_database_check_interval;
IntervalLimiter m_active_blocks_management_interval;
IntervalLimiter m_active_block_modifier_interval;
IntervalLimiter m_active_blocks_nodemetadata_interval;