about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--btpd/opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btpd/opts.c b/btpd/opts.c
index 70f4925..1b77c2a 100644
--- a/btpd/opts.c
+++ b/btpd/opts.c
@@ -11,4 +11,4 @@ unsigned net_max_peers;
 unsigned net_bw_limit_in;
 unsigned net_bw_limit_out;
 int net_port = 6881;
-off_t cm_alloc_size = 2048;
+off_t cm_alloc_size = 2048 * 1024;