about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-02-17 20:55:02 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-02-17 20:55:02 +0000
commitf219b47a33c9ba3b8b03ebe3e55f8723936415e2 (patch)
tree09be0bad515d7ce5a5bfd9c71327e15a022500ef
parent1b3c4e7c053704a2cb5e0271fc87c251d0541bee (diff)
downloadbtpd-f219b47a33c9ba3b8b03ebe3e55f8723936415e2.tar.gz
btpd-f219b47a33c9ba3b8b03ebe3e55f8723936415e2.zip
Set default value of cm_alloc_size to 2MB.
-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;