mirror of
https://codeberg.org/privacy1st/netcup-dns
synced 2024-12-22 23:36:04 +01:00
feat: 1 day cache validity
This commit is contained in:
parent
9774045dcf
commit
02ea0affa0
@ -74,7 +74,7 @@ def parse_args():
|
||||
help='Value in seconds for how long cached DNS records are valid.'
|
||||
' Set to `0` to disable caching.',
|
||||
dest='cache_validity_seconds',
|
||||
default=7200,
|
||||
default=86400,
|
||||
type=int)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user