2004-09-07 jrandom

* Disable the timestamper by default for all applications except the router
      (enable via -Dtime.disabled=false)
    * Simplify the retrieval of the full destination with text based browsers.
    * Bundle the updated wrapper.config and hosts.txt in the i2pupdate.tar.bz2
This commit is contained in:
jrandom
2004-09-07 09:49:02 +00:00
committed by zzz
parent 29b17772e5
commit 05cd3d736b
6 changed files with 33 additions and 11 deletions

View File

@ -25,7 +25,7 @@ public class Timestamper implements Runnable {
private static final int DEFAULT_QUERY_FREQUENCY = 5*60*1000;
private static final String DEFAULT_SERVER_LIST = "pool.ntp.org, pool.ntp.org";
private static final boolean DEFAULT_DISABLED = false;
private static final boolean DEFAULT_DISABLED = true;
public static final String PROP_QUERY_FREQUENCY = "time.queryFrequencyMs";
public static final String PROP_SERVER_LIST = "time.sntpServerList";