mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Revert "Verify database connection on interval (#9665)"
Fixes #10113
This reverts commit 5c588f89e7
.
This commit is contained in:
parent
dc6318b84a
commit
6e4d8de104
9 changed files with 33 additions and 65 deletions
|
@ -1228,11 +1228,6 @@ void ServerEnvironment::step(float dtime)
|
|||
}
|
||||
}
|
||||
|
||||
if (m_database_check_interval.step(dtime, 10.0f)) {
|
||||
m_auth_database->pingDatabase();
|
||||
m_player_database->pingDatabase();
|
||||
m_map->pingDatabase();
|
||||
}
|
||||
/*
|
||||
Manage active block list
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue