gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3829 - GNUnet/src/applications/fs/fsui


From: grothoff
Subject: [GNUnet-SVN] r3829 - GNUnet/src/applications/fs/fsui
Date: Wed, 29 Nov 2006 20:49:20 -0800 (PST)

Author: grothoff
Date: 2006-11-29 20:49:18 -0800 (Wed, 29 Nov 2006)
New Revision: 3829

Modified:
   GNUnet/src/applications/fs/fsui/downloadtest.c
Log:
fix

Modified: GNUnet/src/applications/fs/fsui/downloadtest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/downloadtest.c      2006-11-30 04:43:43 UTC 
(rev 3828)
+++ GNUnet/src/applications/fs/fsui/downloadtest.c      2006-11-30 04:49:18 UTC 
(rev 3829)
@@ -31,7 +31,7 @@
 #include "gnunet_util_network_client.h"
 #include "gnunet_util_crypto.h"
 
-#define DEBUG_VERBOSE NO
+#define DEBUG_VERBOSE YES
 
 #define CHECK(a) if (!(a)) { ok = NO; GE_BREAK(ectx, 0); goto FAILURE; }
 
@@ -316,7 +316,7 @@
   waitForEvent = FSUI_download_completed;
   search = FSUI_startSearch(ctx,
                            0,
-                           100,
+                           10000,
                            240 * cronSECONDS,
                            uri);
   CHECK(search != NULL);





reply via email to

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