ソースを参照

Set default value of cm_alloc_size to 2MB.

master
Richard Nyberg 19年前
コミット
f219b47a33
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      btpd/opts.c

+ 1
- 1
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;

読み込み中…
キャンセル
保存