diff options
| author | Loïc Blot <nerzhul@users.noreply.github.com> | 2020-04-15 08:01:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-15 08:01:11 +0200 |
| commit | 5c588f89e79e02cba392abe3d00688772321f88b (patch) | |
| tree | f88ba42459e55fa577668054fb06803af928f7d1 /src/map.h | |
| parent | 62c62f382984bd1a6f5cd7c6edb00453ff758f9b (diff) | |
| download | dragonfireclient-5c588f89e79e02cba392abe3d00688772321f88b.tar.xz | |
Verify database connection on interval (#9665)
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -385,6 +385,7 @@ public: Database functions */ static MapDatabase *createDatabase(const std::string &name, const std::string &savedir, Settings &conf); + void pingDatabase(); // Call these before and after saving of blocks void beginSave(); |
