summaryrefslogtreecommitdiff
path: root/service/OneService.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2017-03-14 14:40:27 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2017-03-14 14:40:27 -0700
commit0b0d03dbe2420d8d64f517d69c20f94891aa0bb3 (patch)
tree630c73f95fa601c69efa4a94be863bd135053b08 /service/OneService.cpp
parent533baf921fcb6dee8268faa2f09f77baaf9f4ad0 (diff)
parent8e9767f3c6bbd509c7ec7760a6f63175e3276b0a (diff)
downloadinfinitytier-0b0d03dbe2420d8d64f517d69c20f94891aa0bb3.tar.gz
infinitytier-0b0d03dbe2420d8d64f517d69c20f94891aa0bb3.zip
Merge branch 'dev' of http://10.187.63.16/zerotier/ZeroTierOne into dev
Diffstat (limited to 'service/OneService.cpp')
-rw-r--r--service/OneService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 129c0499..ea64b4aa 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -827,7 +827,7 @@ public:
_lastRestart = clockShouldBe;
uint64_t lastTapMulticastGroupCheck = 0;
uint64_t lastBindRefresh = 0;
- uint64_t lastUpdateCheck = clockShouldBe;
+ uint64_t lastUpdateCheck = clockShouldBe + 60000;
uint64_t lastLocalInterfaceAddressCheck = (clockShouldBe - ZT_LOCAL_INTERFACE_CHECK_INTERVAL) + 15000; // do this in 15s to give portmapper time to configure and other things time to settle
uint64_t lastCleanedIddb = 0;
for(;;) {