aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
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.