|
|
@@ -137,10 +137,10 @@ enabled = true
|
|
137
|
137
|
# approximate we try hard to store data quite dense but it is possible
|
|
138
|
138
|
# that we can go over this limit for 10-20% under some conditions and
|
|
139
|
139
|
# architectures.
|
|
140
|
|
-max-size = "16mb"
|
|
|
140
|
+max-size = "1mib"
|
|
141
|
141
|
# we use stable bloom filters for anti-replay cache. This helps
|
|
142
|
142
|
# to maintain a desired error ratio.
|
|
143
|
|
-error-rate = 0.0001
|
|
|
143
|
+error-rate = 0.001
|
|
144
|
144
|
|
|
145
|
145
|
# You can protect proxies by using different blocklists. If client has
|
|
146
|
146
|
# ip from the given range, we do not try to do a proper handshake. We
|