2004-12-20 jrandom

* No longer do a blocking DNS lookup within the jobqueue (thanks mule!)
    * Set a 60s dns cache TTL, instead of 0s.  Most users who used to use
      dyndns/etc now just use IP autodetection, so the old "we need ttl=0"
      reasoning is gone.
This commit is contained in:
jrandom
2004-12-20 05:14:56 +00:00
committed by zzz
parent 1d31831e7d
commit 6cb316b33e
5 changed files with 25 additions and 8 deletions

View File

@ -1,4 +1,10 @@
$Id: history.txt,v 1.114 2004/12/19 11:27:10 jrandom Exp $
$Id: history.txt,v 1.115 2004/12/19 13:55:09 jrandom Exp $
2004-12-20 jrandom
* No longer do a blocking DNS lookup within the jobqueue (thanks mule!)
* Set a 60s dns cache TTL, instead of 0s. Most users who used to use
dyndns/etc now just use IP autodetection, so the old "we need ttl=0"
reasoning is gone.
2004-12-19 jrandom
* Fix for a race on startup wrt the new stats (thanks susi!)