fix
This commit is contained in:
parent
a488b0040d
commit
5fa66515bc
1 changed files with 4 additions and 4 deletions
|
|
@ -38,11 +38,11 @@ in {
|
||||||
|
|
||||||
cache_enabled = true;
|
cache_enabled = true;
|
||||||
cache_size = 1024 * 256;
|
cache_size = 1024 * 256;
|
||||||
cache_ttl_min = 60;
|
cache_ttl_min = "60s";
|
||||||
cache_ttl_max = 60 * 60 * 24 * 365;
|
cache_ttl_max = "365d";
|
||||||
cache_optimistic = true;
|
cache_optimistic = true;
|
||||||
cache_optimistic_answer_ttl = 180;
|
cache_optimistic_answer_ttl = "180s";
|
||||||
cache_optimistic_max_age = 600;
|
cache_optimistic_max_age = "600s";
|
||||||
};
|
};
|
||||||
|
|
||||||
filtering = {
|
filtering = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue