Also add the default update interval into generic service definition file.
[bpdyndnsd] / src / service.cpp
index a8b52c6..492425f 100644 (file)
@@ -24,8 +24,8 @@ Service::Service()
     : Login("NOT SERIALIZED")
     , Password("NOT SERIALIZED")
     , ActualIP("0.0.0.0")
-    , UpdateInterval(0)
-    , MaxUpdatesWithinInterval(0)
+    , UpdateInterval(15)
+    , MaxUpdatesWithinInterval(3)
     , DNSCacheTTL(0)
     , ErrorCount(0)
     , ErrorServiceBlockedUntil(0)