gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13328 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r13328 - gnunet/src/fs
Date: Wed, 20 Oct 2010 21:45:40 +0200

Author: grothoff
Date: 2010-10-20 21:45:40 +0200 (Wed, 20 Oct 2010)
New Revision: 13328

Modified:
   gnunet/src/fs/fs.h
Log:
less memory

Modified: gnunet/src/fs/fs.h
===================================================================
--- gnunet/src/fs/fs.h  2010-10-20 17:49:08 UTC (rev 13327)
+++ gnunet/src/fs/fs.h  2010-10-20 19:45:40 UTC (rev 13328)
@@ -118,7 +118,7 @@
  * be more efficient but will be more disruptive
  * as far as the scheduler is concerned.
  */
-#define HASHING_BLOCKSIZE (1024 * 1024)
+#define HASHING_BLOCKSIZE (1024 * 128)
 
 /**
  * Number of bits we set per entry in the bloomfilter.




reply via email to

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