chg: [startup] default configuration of redis updated - fix #43

pull/68/head
Alexandre Dulaunoy 2018-10-01 09:05:24 +02:00
parent 52219856b9
commit bc31387a2e
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
# By default Redis does not run as a daemon. Use 'yes' if you need it.
# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
daemonize no
daemonize yes
# When running daemonized, Redis writes a pid file in /var/run/redis.pid by
# default. You can specify a custom pid file location here.
@ -141,7 +141,7 @@ databases 16
#save 900 1
#save 300 10
save 60 10000
save 9000 1
# By default Redis will stop accepting writes if RDB snapshots are enabled
# (at least one save point) and the latest background save failed.