feat: 1 day cache validity

This commit is contained in:
Daniel Langbein 2023-06-28 23:14:23 +02:00
parent 9774045dcf
commit 02ea0affa0

View File

@ -74,7 +74,7 @@ def parse_args():
help='Value in seconds for how long cached DNS records are valid.' help='Value in seconds for how long cached DNS records are valid.'
' Set to `0` to disable caching.', ' Set to `0` to disable caching.',
dest='cache_validity_seconds', dest='cache_validity_seconds',
default=7200, default=86400,
type=int) type=int)
args = parser.parse_args() args = parser.parse_args()