From 5c588f89e79e02cba392abe3d00688772321f88b Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Wed, 15 Apr 2020 08:01:11 +0200 Subject: Verify database connection on interval (#9665) --- src/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index da55fb432..ff6b20c4f 100644 --- a/src/map.h +++ b/src/map.h @@ -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(); -- cgit v1.2.3