mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
25 lines
515 B
JavaScript
25 lines
515 B
JavaScript
export default {
|
|
CacheSize: 96,
|
|
ReaderReadAHead: 95,
|
|
UseDisk: false,
|
|
UploadRateLimit: 0,
|
|
TorrentsSavePath: '',
|
|
ConnectionsLimit: 23,
|
|
DhtConnectionLimit: 500,
|
|
DisableDHT: false,
|
|
DisablePEX: false,
|
|
DisableTCP: false,
|
|
DisableUPNP: false,
|
|
DisableUTP: true,
|
|
DisableUpload: false,
|
|
DownloadRateLimit: 0,
|
|
EnableDebug: false,
|
|
EnableIPv6: false,
|
|
ForceEncrypt: false,
|
|
PeersListenPort: 0,
|
|
PreloadCache: 0,
|
|
RemoveCacheOnDrop: false,
|
|
RetrackersMode: 1,
|
|
TorrentDisconnectTimeout: 30,
|
|
}
|