mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Add more persistence
This commit is contained in:
parent
d86869ce9a
commit
946f3c5d59
1 changed files with 2 additions and 2 deletions
|
|
@ -711,7 +711,7 @@ in {
|
||||||
#
|
#
|
||||||
# You can set these explicitly by uncommenting the following line.
|
# You can set these explicitly by uncommenting the following line.
|
||||||
#
|
#
|
||||||
# save 3600 1 300 100 60 10000
|
save 3600 1 300 100 60 10000
|
||||||
|
|
||||||
# By default the server will stop accepting writes if RDB snapshots are enabled
|
# By default the server will stop accepting writes if RDB snapshots are enabled
|
||||||
# (at least one save point) and the latest background save failed.
|
# (at least one save point) and the latest background save failed.
|
||||||
|
|
@ -1728,7 +1728,7 @@ in {
|
||||||
#
|
#
|
||||||
# Please check https://valkey.io/topics/persistence for more information.
|
# Please check https://valkey.io/topics/persistence for more information.
|
||||||
|
|
||||||
appendonly no
|
appendonly yes
|
||||||
|
|
||||||
# The base name of the append only file.
|
# The base name of the append only file.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue