reduce queue limit to setting actually used in experiments so far
authorChristian Grothoff <christian@grothoff.org>
Sun, 13 May 2018 19:23:58 +0000 (21:23 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 13 May 2018 19:23:58 +0000 (21:23 +0200)
src/zonemaster/gnunet-service-zonemaster-monitor.c

index f7ae55ba75a4a77ce394e58e4617e0390c539695..275a3a59330325156342244557b52dcf26e12034 100644 (file)
@@ -48,7 +48,7 @@
  * How many events may the namestore give us before it has to wait
  * for us to keep up?
  */
-#define NAMESTORE_QUEUE_LIMIT 50
+#define NAMESTORE_QUEUE_LIMIT 5
 
 /**
  * What replication level do we use for DHT PUT operations?