diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-14 15:38:24 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-14 15:38:24 -0700 |
commit | f99b62c48d6cb9d1b79a67cb3cf5ae5e352a176b (patch) | |
tree | 5343f0947c757aee6fe3e33399bbc19cb46cb6fa /service/OneService.cpp | |
parent | 0fd45a640bfbbaf1daec96e1601c1a2dc20911d2 (diff) | |
download | infinitytier-f99b62c48d6cb9d1b79a67cb3cf5ae5e352a176b.tar.gz infinitytier-f99b62c48d6cb9d1b79a67cb3cf5ae5e352a176b.zip |
fix stupid thing.
Diffstat (limited to 'service/OneService.cpp')
-rw-r--r-- | service/OneService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp index ea64b4aa..129c0499 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 + 60000; + uint64_t lastUpdateCheck = clockShouldBe; 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(;;) { |