gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4930 - GNUnet/src/applications/gap


From: gnunet
Subject: [GNUnet-SVN] r4930 - GNUnet/src/applications/gap
Date: Mon, 4 Jun 2007 23:08:41 -0600 (MDT)

Author: grothoff
Date: 2007-06-04 23:08:40 -0600 (Mon, 04 Jun 2007)
New Revision: 4930

Modified:
   GNUnet/src/applications/gap/gaptest3.c
Log:
don'
t timeout cntent this fast

Modified: GNUnet/src/applications/gap/gaptest3.c
===================================================================
--- GNUnet/src/applications/gap/gaptest3.c      2007-06-05 04:35:38 UTC (rev 
4929)
+++ GNUnet/src/applications/gap/gaptest3.c      2007-06-05 05:08:40 UTC (rev 
4930)
@@ -35,13 +35,11 @@
 #include "gnunet_util_network_client.h"
 #include "gnunet_stats_lib.h"
 
-
-
 #define PEER_COUNT 10
 
 #define START_PEERS 1
 
-#define SIZE 1024*1024*10
+#define SIZE 1024*1024*2
 
 static struct GE_Context * ectx;
 
@@ -90,7 +88,7 @@
                        YES, /* index */
                        1, /* anon */
                        0, /* prio */
-                       get_time() + 10 * cronMINUTES, /* expire */
+                       get_time() + 100 * cronMINUTES, /* expire */
                        NULL, /* progress */
                        NULL,
                        &testTerminate,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]