diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-21 16:11:29 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-21 16:11:29 -0400 |
commit | 3de76fcab14940c0869e772de7656a1d616f08e6 (patch) | |
tree | d947ab359a93487b6b904f1423b3c0a778fe543e | |
parent | d496304bbfc4f3ae830f2a893d362bfb8f83e74f (diff) | |
download | infinitytier-3de76fcab14940c0869e772de7656a1d616f08e6.tar.gz infinitytier-3de76fcab14940c0869e772de7656a1d616f08e6.zip |
Make network autoconf a little more frequent to tighten up expiration times.
-rw-r--r-- | node/Constants.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 4fe7fd34..8e252f2a 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -280,7 +280,7 @@ error_no_byte_order_defined; /** * Delay between requests for updated network autoconf information */ -#define ZT_NETWORK_AUTOCONF_DELAY 120000 +#define ZT_NETWORK_AUTOCONF_DELAY 60000 /** * Delay in core loop between checks of network autoconf newness |