FMN: increase the redis connect timeout
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2ce8906f5f
commit
aebbaf022b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ SERVICES__FASJSON_URL=https://fasjson{{ env_suffix }}.fedoraproject.org
|
|||
SERVICES__DISTGIT_URL=https://src{{ env_suffix }}.fedoraproject.org
|
||||
|
||||
# Cache settings
|
||||
CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=0.5&socket_keepalive=True"
|
||||
CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=5&socket_keepalive=True"
|
||||
|
||||
# Duration for the main caches
|
||||
# CACHE__SCOPED_ARGS__TRACKED__TTL="1d"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue