Merge branch 'master' into new-torrent

This commit is contained in:
nikk gitanes
2021-12-24 07:21:20 +03:00

View File

@@ -1,23 +1,23 @@
export default {
CacheSize: 96,
CacheSize: 64,
ReaderReadAHead: 95,
UseDisk: false,
UploadRateLimit: 0,
TorrentsSavePath: '',
ConnectionsLimit: 23,
DhtConnectionLimit: 500,
DhtConnectionLimit: 0,
DisableDHT: false,
DisablePEX: false,
DisableTCP: false,
DisableUPNP: false,
DisableUTP: true,
DisableUTP: false,
DisableUpload: false,
DownloadRateLimit: 0,
EnableDebug: false,
EnableIPv6: false,
ForceEncrypt: false,
PeersListenPort: 0,
PreloadCache: 0,
PreloadCache: 50,
RemoveCacheOnDrop: false,
RetrackersMode: 1,
TorrentDisconnectTimeout: 30,