diff options
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r-- | node/Constants.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 4bca7d29..dc36b3a1 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -286,6 +286,9 @@ /** * Delay between requests for updated network autoconf information + * + * Don't lengthen this as it affects things like QoS / uptime monitoring + * via ZeroTier Central. This is the heartbeat, basically. */ #define ZT_NETWORK_AUTOCONF_DELAY 60000 |