Skip to content

Commit 7a63b4c

Browse files
committed
fix persistence SEGV
2 parents e3d653c + 15fa689 commit 7a63b4c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = true;
108+
bool backupDB = false;
109109

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

Application/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#pragma once
22

3-
#define VERSION_DESCRIBE "v0.62-232-g5496f2ec"
4-
#define VERSION_URL_TAG "v0_62_232_g5496f2ec"
3+
#define VERSION_DESCRIBE "v0.62-234-g494a24f2"
4+
#define VERSION_URL_TAG "v0_62_234_g494a24f2"

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ create_debian_package() {
232232
build_deps=$1
233233
deb_package=$2
234234
package_arch=$3
235-
package_version=0.62~232-g5496f2ec
235+
package_version=0.62~234-g494a24f2
236236
install_deps=$5
237237

238238
# Install build dependencies

0 commit comments

Comments
 (0)