vm-ztv/torrserver/dev/CONFIG/settings.json

32 lines
747 B
JSON
Raw Normal View History

2025-10-31 08:59:15 +04:00
{
"BitTorr": {
"CacheSize": 67108864,
"ConnectionsLimit": 25,
"DisableDHT": false,
"DisablePEX": false,
"DisableTCP": false,
"DisableUPNP": false,
"DisableUTP": false,
"DisableUpload": false,
"DownloadRateLimit": 0,
"EnableDLNA": false,
"EnableDebug": false,
"EnableIPv6": false,
"EnableRutorSearch": false,
"ForceEncrypt": false,
"FriendlyName": "",
"PeersListenPort": 0,
"PreloadCache": 50,
"ReaderReadAHead": 95,
"RemoveCacheOnDrop": false,
"ResponsiveMode": false,
"RetrackersMode": 1,
"SslCert": "",
"SslKey": "",
"SslPort": 0,
"TorrentDisconnectTimeout": 30,
"TorrentsSavePath": "/",
"UploadRateLimit": 0,
"UseDisk": true
}
}