]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Treat OSErrors during resolution as permanent failures, in line with other
authorBob Halley <halley@dnspython.org>
Wed, 17 Jun 2020 18:39:17 +0000 (11:39 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 17 Jun 2020 19:04:13 +0000 (12:04 -0700)
commit7ed1648b8427e77b1f21d1896ca8aaff11598e74
treef8daf72bbf64f42c849b9e30d40696a81de9c246
parent0bbca68e277f6dbcf0d7d6df1bdf28f4f2124f85
Treat OSErrors during resolution as permanent failures, in line with other
stub resolvers.

Reduce default lifetime from 30 seconds to 5 seconds.
dns/resolver.py