]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
change the 'I'm alive' messages to be 60 second apart, not 15
authorMichael Graff <mgraff@isc.org>
Mon, 9 Sep 2002 20:03:18 +0000 (20:03 +0000)
committerMichael Graff <mgraff@isc.org>
Mon, 9 Sep 2002 20:03:18 +0000 (20:03 +0000)
bin/named/server.c

index 6959209a178a1e276a9e4d11da0824069270523e..f0d6442f8118a843306c743a52d1b8ec673d6ca5 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.384 2002/09/08 18:34:03 explorer Exp $ */
+/* $Id: server.c,v 1.385 2002/09/09 20:03:18 explorer Exp $ */
 
 #include <config.h>
 
@@ -1917,7 +1917,7 @@ load_configuration(const char *filename, ns_server_t *server,
         */
        {
                isc_interval_t interval;
-               isc_interval_set(&interval, 15, 0);
+               isc_interval_set(&interval, 60, 0);
                CHECK(isc_timer_reset(server->check_timer,
                                      isc_timertype_ticker,
                                      NULL, &interval, ISC_FALSE));