From bc31387a2ef9b8b241416ddde5f2ee0ee7eb498a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 1 Oct 2018 09:05:24 +0200 Subject: [PATCH] chg: [startup] default configuration of redis updated - fix #43 --- config/6250.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/6250.conf b/config/6250.conf index 19cb88c..6ab5148 100644 --- a/config/6250.conf +++ b/config/6250.conf @@ -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.