Increase easydns update interval as the described ten minutes will result in TOOSOON...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 24 Mar 2011 15:35:21 +0000 (16:35 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 24 Mar 2011 15:35:21 +0000 (16:35 +0100)
src/service_easydns.cpp

index 161822c..a90d259 100644 (file)
@@ -36,7 +36,7 @@ ServiceEasydns::ServiceEasydns()
 ServiceEasydns::ServiceEasydns(const string& _protocol, const string& _hostname, const string& _login, const string& _password, const Logger::Ptr& _logger, const int _update_interval, const int _max_updates_within_interval, const int _max_equal_updates_in_succession, const int _dns_cache_ttl, const string& _proxy, const int _proxy_port)
 {
     if ( _update_interval == -1 )        // If _update_interval is default po::option_desc (not specified via config)
-        set_update_interval(10);              // use default protocol value
+        set_update_interval(12);              // use default protocol value
     else
         set_update_interval(_update_interval);