Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
btpd
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Set default value of cm_alloc_size to 2MB.
master
Richard Nyberg
19 anni fa
parent
1b3c4e7c05
commit
f219b47a33
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
btpd/opts.c
+ 1
- 1
btpd/opts.c
Vedi File
@@ -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
;
Write
Preview
Loading…
Annulla
Salva