From 6995f012324375dce6234a8eea9ce0b7e2587620 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 9 Feb 2018 12:56:14 +0100 Subject: [PATCH] Increase koschei pagure cache expiration time --- roles/koschei/frontend/templates/config-frontend.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index 39041536cd..d5ab5612d6 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -48,7 +48,7 @@ config = { "pagure": { "users": { "backend": "dogpile.cache.memcached", - "expiration_time": 300, + "expiration_time": 21600, # 6 hours "arguments": { "url": "memcached01:11211", },