We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18975b8 + 874888a commit 60c632eCopy full SHA for 60c632e
templates/common/config/00-config.conf
@@ -46,6 +46,8 @@ username={{ .ServiceUser }}
46
password = {{ .ServicePassword }}
47
{{ if (index . "MemcachedServersWithInet") }}
48
memcached_servers = {{ .MemcachedServersWithInet }}
49
+memcache_pool_dead_retry = 10
50
+memcache_pool_conn_get_timeout = 2
51
{{ end }}
52
project_domain_name=Default
53
user_domain_name=Default
0 commit comments