[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: reduce queue limit to setti
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: reduce queue limit to setting actually used in experiments so far |
Date: |
Sun, 13 May 2018 21:23:59 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 3eca7d41e reduce queue limit to setting actually used in experiments
so far
3eca7d41e is described below
commit 3eca7d41eafd7d2f3bf000c6df221e913fe6ff23
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 13 21:23:58 2018 +0200
reduce queue limit to setting actually used in experiments so far
---
src/zonemaster/gnunet-service-zonemaster-monitor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/zonemaster/gnunet-service-zonemaster-monitor.c
b/src/zonemaster/gnunet-service-zonemaster-monitor.c
index f7ae55ba7..275a3a593 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?
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: reduce queue limit to setting actually used in experiments so far,
gnunet <=