From 425c8952c5f341892f7cd263ce3a7c263cb4d49b Mon Sep 17 00:00:00 2001 From: fumingwei Date: Tue, 14 Feb 2023 11:32:53 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:TSG-13654:=E4=BF=AE=E5=A4=8D=E5=9B=A0maa?= =?UTF-8?q?t-redis=E5=86=99rdb=E8=B6=85=E6=97=B6=E5=AF=BC=E8=87=B4certstor?= =?UTF-8?q?e=E5=90=AF=E5=8A=A8=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/maat-redis/templates/maat-redis.conf.j2.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/roles/maat-redis/templates/maat-redis.conf.j2.j2 b/ansible/roles/maat-redis/templates/maat-redis.conf.j2.j2 index 023f4b14..38cd5ab1 100644 --- a/ansible/roles/maat-redis/templates/maat-redis.conf.j2.j2 +++ b/ansible/roles/maat-redis/templates/maat-redis.conf.j2.j2 @@ -369,7 +369,7 @@ proc-title-template "{title} {listen-addr} {server-mode}" # Snapshotting can be completely disabled with a single empty string argument # as in following example: # -# save "" +save "" # # Unless specified otherwise, by default Redis will save the DB: # * After 3600 seconds (an hour) if at least 1 key changed @@ -378,9 +378,9 @@ proc-title-template "{title} {listen-addr} {server-mode}" # # You can set these explicitly by uncommenting the three following lines. # -save 900 1 -save 300 10 -save 60 10000 +# save 900 1 +# save 300 10 +# save 60 10000 # By default Redis will stop accepting writes if RDB snapshots are enabled # (at least one save point) and the latest background save failed.