summaryrefslogtreecommitdiff
path: root/src/zonemaster/gnunet-service-zonemaster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zonemaster/gnunet-service-zonemaster.c')
-rw-r--r--src/zonemaster/gnunet-service-zonemaster.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/zonemaster/gnunet-service-zonemaster.c b/src/zonemaster/gnunet-service-zonemaster.c
index d61eb723f..5d0a37324 100644
--- a/src/zonemaster/gnunet-service-zonemaster.c
+++ b/src/zonemaster/gnunet-service-zonemaster.c
@@ -710,7 +710,8 @@ run (void *cls,
710 put_interval = INITIAL_PUT_INTERVAL; 710 put_interval = INITIAL_PUT_INTERVAL;
711 zone_publish_time_window_default = DEFAULT_ZONE_PUBLISH_TIME_WINDOW; 711 zone_publish_time_window_default = DEFAULT_ZONE_PUBLISH_TIME_WINDOW;
712 if (GNUNET_OK == 712 if (GNUNET_OK ==
713 GNUNET_CONFIGURATION_get_value_time (c, "gns", 713 GNUNET_CONFIGURATION_get_value_time (c,
714 "zonemaster",
714 "ZONE_PUBLISH_TIME_WINDOW", 715 "ZONE_PUBLISH_TIME_WINDOW",
715 &zone_publish_time_window_default)) 716 &zone_publish_time_window_default))
716 { 717 {
@@ -721,7 +722,8 @@ run (void *cls,
721 } 722 }
722 zone_publish_time_window = zone_publish_time_window_default; 723 zone_publish_time_window = zone_publish_time_window_default;
723 if (GNUNET_OK == 724 if (GNUNET_OK ==
724 GNUNET_CONFIGURATION_get_value_number (c, "gns", 725 GNUNET_CONFIGURATION_get_value_number (c,
726 "zonemaster",
725 "MAX_PARALLEL_BACKGROUND_QUERIES", 727 "MAX_PARALLEL_BACKGROUND_QUERIES",
726 &max_parallel_bg_queries)) 728 &max_parallel_bg_queries))
727 { 729 {