aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-20 19:45:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-20 19:45:40 +0000
commit5207a862b39021784a65a1b77f5efbca7da642a8 (patch)
tree680ccc722e33ebcb943fa1d2d54b98a17d3ec23f /src/fs/fs.h
parent5ce0118cbd5e8197863f4a1e87e35d99b1823d4d (diff)
downloadgnunet-5207a862b39021784a65a1b77f5efbca7da642a8.tar.gz
gnunet-5207a862b39021784a65a1b77f5efbca7da642a8.zip
less memory
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index d2c2d3c7f..9d662b267 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -118,7 +118,7 @@
118 * be more efficient but will be more disruptive 118 * be more efficient but will be more disruptive
119 * as far as the scheduler is concerned. 119 * as far as the scheduler is concerned.
120 */ 120 */
121#define HASHING_BLOCKSIZE (1024 * 1024) 121#define HASHING_BLOCKSIZE (1024 * 128)
122 122
123/** 123/**
124 * Number of bits we set per entry in the bloomfilter. 124 * Number of bits we set per entry in the bloomfilter.