Double init_delay in preparation for halving it later. Closes #677
authorAlan T. DeKok <aland@freeradius.org>
Thu, 5 Jun 2014 14:57:58 +0000 (10:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 5 Jun 2014 14:57:58 +0000 (10:57 -0400)
src/main/mainconfig.c

index a876a8b..06fc70a 100644 (file)
@@ -917,7 +917,7 @@ do {\
         * if it is less than this.
         */
        main_config.init_delay.tv_sec = 0;
-       main_config.init_delay.tv_usec = 1000000 / 3;
+       main_config.init_delay.tv_usec = 2* (1000000 / 3);
 
        /*
         *      Free the old configuration items, and replace them