Skip to content

Commit b116767

Browse files
committed
switch on persistent web viewer db
1 parent eb94087 commit b116767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Application/WebViewer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class WebViewer : public IO::HTTPServer, public Setting
105105
bool supportPrometheus = false;
106106
bool thread_running = false;
107107
bool aboutPresent = false;
108-
bool backupDB = false;
108+
bool backupDB = true;
109109

110110
std::vector<char> binary;
111111
std::vector<std::shared_ptr<MapTiles>> mapSources;

0 commit comments

Comments
 (0)