print stat
[oweals/gnunet.git] / src / dht / dht.h
index 479c3527deed7c626c060926808cbfa24f89a052..2a67177889ddd9cc5e205ef7ed5c078c868917f8 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * Size of the bloom filter the DHT uses to filter peers.
  */
-#define DHT_BLOOM_SIZE 1024
+#define DHT_BLOOM_SIZE 128
 
 
 /**