mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 12:15:18 +01:00
Revert "Verify database connection on interval (#9665)"
Fixes #10113
This reverts commit 5c588f89e7.
This commit is contained in:
@@ -1907,11 +1907,6 @@ MapDatabase *ServerMap::createDatabase(
|
||||
throw BaseException(std::string("Database backend ") + name + " not supported.");
|
||||
}
|
||||
|
||||
void ServerMap::pingDatabase()
|
||||
{
|
||||
dbase->pingDatabase();
|
||||
}
|
||||
|
||||
void ServerMap::beginSave()
|
||||
{
|
||||
dbase->beginSave();
|
||||
|
||||
Reference in New Issue
Block a user