mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
sync new defaults with web
This commit is contained in:
@@ -1,23 +1,23 @@
|
|||||||
export default {
|
export default {
|
||||||
CacheSize: 96,
|
CacheSize: 64,
|
||||||
ReaderReadAHead: 95,
|
ReaderReadAHead: 95,
|
||||||
UseDisk: false,
|
UseDisk: false,
|
||||||
UploadRateLimit: 0,
|
UploadRateLimit: 0,
|
||||||
TorrentsSavePath: '',
|
TorrentsSavePath: '',
|
||||||
ConnectionsLimit: 23,
|
ConnectionsLimit: 23,
|
||||||
DhtConnectionLimit: 500,
|
DhtConnectionLimit: 0,
|
||||||
DisableDHT: false,
|
DisableDHT: false,
|
||||||
DisablePEX: false,
|
DisablePEX: false,
|
||||||
DisableTCP: false,
|
DisableTCP: false,
|
||||||
DisableUPNP: false,
|
DisableUPNP: false,
|
||||||
DisableUTP: true,
|
DisableUTP: false,
|
||||||
DisableUpload: false,
|
DisableUpload: false,
|
||||||
DownloadRateLimit: 0,
|
DownloadRateLimit: 0,
|
||||||
EnableDebug: false,
|
EnableDebug: false,
|
||||||
EnableIPv6: false,
|
EnableIPv6: false,
|
||||||
ForceEncrypt: false,
|
ForceEncrypt: false,
|
||||||
PeersListenPort: 0,
|
PeersListenPort: 0,
|
||||||
PreloadCache: 0,
|
PreloadCache: 50,
|
||||||
RemoveCacheOnDrop: false,
|
RemoveCacheOnDrop: false,
|
||||||
RetrackersMode: 1,
|
RetrackersMode: 1,
|
||||||
Strategy: 0,
|
Strategy: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user