mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
config: Change "auto_snapshot" to "used"
This commit is contained in:
committed by
Calle Wilund
parent
56228fba24
commit
7856d7fe02
@@ -407,7 +407,7 @@ public:
|
||||
"The port for inter-node communication." \
|
||||
) \
|
||||
/* Advanced automatic backup setting */ \
|
||||
val(auto_snapshot, bool, true, Unused, \
|
||||
val(auto_snapshot, bool, true, Used, \
|
||||
"Enable or disable whether a snapshot is taken of the data before keyspace truncation or dropping of tables. To prevent data loss, using the default setting is strongly advised. If you set to false, you will lose data on truncation or drop." \
|
||||
) \
|
||||
/* Key caches and global row properties */ \
|
||||
|
||||
Reference in New Issue
Block a user