Increase koschei pagure cache expiration time
This commit is contained in:
parent
45fde4032d
commit
6995f01232
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ config = {
|
||||||
"pagure": {
|
"pagure": {
|
||||||
"users": {
|
"users": {
|
||||||
"backend": "dogpile.cache.memcached",
|
"backend": "dogpile.cache.memcached",
|
||||||
"expiration_time": 300,
|
"expiration_time": 21600, # 6 hours
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"url": "memcached01:11211",
|
"url": "memcached01:11211",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue