Docs and tweak some caching values.
This commit is contained in:
parent
0d9f33dc4f
commit
ddf0cb0278
2 changed files with 16 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
|||
#include "../node/Utils.hpp"
|
||||
#include "../osdep/OSUtils.hpp"
|
||||
|
||||
#define ZT_CLUSTERGEOIPSERVICE_INTERNAL_CACHE_TTL (60 * 60 * 1000)
|
||||
// Same as in cluster-geo.js but unlike cluster-geo this cache is volatile
|
||||
#define ZT_CLUSTERGEOIPSERVICE_INTERNAL_CACHE_TTL (60 * 60 * 24 * 120 * 1000)
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue