gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4908 - GNUnet/src/applications/fs/module


From: gnunet
Subject: [GNUnet-SVN] r4908 - GNUnet/src/applications/fs/module
Date: Sun, 3 Jun 2007 01:51:21 -0600 (MDT)

Author: grothoff
Date: 2007-06-03 01:51:20 -0600 (Sun, 03 Jun 2007)
New Revision: 4908

Modified:
   GNUnet/src/applications/fs/module/dht_push.c
Log:
need larger stack (sqlite)

Modified: GNUnet/src/applications/fs/module/dht_push.c
===================================================================
--- GNUnet/src/applications/fs/module/dht_push.c        2007-06-03 07:27:28 UTC 
(rev 4907)
+++ GNUnet/src/applications/fs/module/dht_push.c        2007-06-03 07:51:20 UTC 
(rev 4908)
@@ -123,7 +123,7 @@
       = stats->create(gettext_noop("# blocks pushed into DHT"));
   thread = PTHREAD_CREATE(&push_thread,
                          NULL,
-                         1024 * 16);
+                         1024 * 64);
 }
 
 void done_dht_push(void) {





reply via email to

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