Commit c924bf4
authored
Use CoreDNS default cache settings (#157)
Currently our cache settings limit the maximum time a DNS record can be
cached to 600 seconds. However, from code history it is unclear why
cache is set to that as maximum.
A DNS entry which changes often has a lower TTL in it's response, which
will be still accepted. So using the default cache setting only affects
records which do have a higher TTL on their end already (and thuse
likely anyways cached in the usptream DNS).1 parent 15b0142 commit c924bf4
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
0 commit comments