Fix typo in example config and keep default values consistent
[ci skip]
This commit is contained in:
parent
64d08ca16b
commit
36251afd67
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"private_tracker": false,
|
"private_tracker": false,
|
||||||
"freelech": false,
|
"freeleech": false,
|
||||||
"whitelist": true,
|
"whitelist": true,
|
||||||
"purge_inactive_torrents": true,
|
"purge_inactive_torrents": true,
|
||||||
|
|
||||||
|
@ -29,6 +29,6 @@
|
||||||
"stats_buffer_size": 0,
|
"stats_buffer_size": 0,
|
||||||
"include_mem_stats": true,
|
"include_mem_stats": true,
|
||||||
"verbose_mem_stats": true,
|
"verbose_mem_stats": true,
|
||||||
"mem_stats_interval": "30s"
|
"mem_stats_interval": "5s"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue