瀏覽代碼

Fix 64-bit int warning.

Adam Ierymenko 9 年之前
父節點
當前提交
37acd375d6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      service/ClusterGeoIpService.cpp

+ 2 - 2
service/ClusterGeoIpService.cpp

@@ -44,8 +44,8 @@
 #include "../node/Utils.hpp"
 #include "../osdep/OSUtils.hpp"
 
-// 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)
+// 120 days
+#define ZT_CLUSTERGEOIPSERVICE_INTERNAL_CACHE_TTL 10368000000ULL
 
 namespace ZeroTier {