Increase koschei pagure cache expiration time

This commit is contained in:
Michael Simacek 2018-02-09 12:56:14 +01:00
parent 45fde4032d
commit 6995f01232

View file

@ -48,7 +48,7 @@ config = {
"pagure": {
"users": {
"backend": "dogpile.cache.memcached",
"expiration_time": 300,
"expiration_time": 21600, # 6 hours
"arguments": {
"url": "memcached01:11211",
},