[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r6594 - GNUnet/src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r6594 - GNUnet/src/include |
Date: |
Sat, 22 Mar 2008 00:36:53 -0600 (MDT) |
Author: grothoff
Date: 2008-03-22 00:36:52 -0600 (Sat, 22 Mar 2008)
New Revision: 6594
Modified:
GNUnet/src/include/fs.h
Log:
fix
Modified: GNUnet/src/include/fs.h
===================================================================
--- GNUnet/src/include/fs.h 2008-03-22 06:36:45 UTC (rev 6593)
+++ GNUnet/src/include/fs.h 2008-03-22 06:36:52 UTC (rev 6594)
@@ -444,7 +444,7 @@
* If, after finding local results, we abort a GET
* iteration, we increment "have_more" by this value.
*/
-#define HAVE_MORE_INCREMENT 32
+#define HAVE_MORE_INCREMENT 16
/**
* What is the maximum number of local results
@@ -454,9 +454,9 @@
/**
* What is the maximum number of local results
- * that we are willing to return synchronously?
+ * that we are willing to return asynchronously?
*/
-#define MAX_ASYNC_PROCESSED 128
+#define MAX_ASYNC_PROCESSED 32
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r6594 - GNUnet/src/include,
gnunet <=