diff options
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2 index d0278844c..6af15ac69 100644 --- a/upstream-config-templates/zen_config.lua.j2 +++ b/upstream-config-templates/zen_config.lua.j2 @@ -19,12 +19,12 @@ gc = { intervalseconds = 28800, -- every 8 hour
lightweightintervalseconds = 3600, -- every hour
cache = {
- maxdurationseconds = 864000, -- 10 days
+ maxdurationseconds = 691200, -- 8 days
}
}
stats = {
- enable = true
+ enable = true
}
cache = {
|