You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2022/02/24 21:52:40 UTC

[trafficserver-ingress-controller] branch master updated: misc config updates (#104)

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 0143428  misc config updates (#104)
0143428 is described below

commit 0143428d0bfea8382d317a3430e109700902b267
Author: Kit Chan <ki...@apache.org>
AuthorDate: Thu Feb 24 13:50:28 2022 -0800

    misc config updates (#104)
---
 config/records.config | 1 -
 config/redis.conf     | 4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/config/records.config b/config/records.config
index 94d2279..0a32fca 100644
--- a/config/records.config
+++ b/config/records.config
@@ -78,7 +78,6 @@ CONFIG proxy.config.http.connect_attempts_rr_retries INT 3
 CONFIG proxy.config.http.connect_attempts_timeout INT 30
 CONFIG proxy.config.http.post_connect_attempts_timeout INT 1800
 CONFIG proxy.config.http.down_server.cache_time INT 60
-CONFIG proxy.config.http.down_server.abort_threshold INT 10
 
 ##############################################################################
 # Negative response caching, for redirects and errors. Docs:
diff --git a/config/redis.conf b/config/redis.conf
index cc4595c..51a4aa7 100644
--- a/config/redis.conf
+++ b/config/redis.conf
@@ -18,3 +18,7 @@ port 0
 unixsocket /opt/ats/var/run/redis/redis.sock
 unixsocketperm 777
 daemonize yes
+
+# no need for snapshot
+save ""
+stop-writes-on-bgsave-error no