Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 91f7920

Browse files
author
Aaron Tian
committed
Add the recovery switch into settings
1 parent 52b46dd commit 91f7920

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/include/settings/settings.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ SETTING_bool(enable_logging,
148148
true,
149149
false, false)
150150

151+
SETTING_bool(enable_recovery,
152+
"Enable recovery for DB persistence (default: false)",
153+
false,
154+
false, false)
155+
151156
//===----------------------------------------------------------------------===//
152157
// ERROR REPORTING AND LOGGING
153158
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)