diff options
-rw-r--r-- | src/zonemaster/gnunet-service-zonemaster-monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zonemaster/gnunet-service-zonemaster-monitor.c b/src/zonemaster/gnunet-service-zonemaster-monitor.c index f7ae55ba75..275a3a5933 100644 --- a/src/zonemaster/gnunet-service-zonemaster-monitor.c +++ b/src/zonemaster/gnunet-service-zonemaster-monitor.c @@ -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? |