sync new defaults with web

This commit is contained in:
nikk gitanes
2021-12-24 05:05:22 +03:00
parent 9641406601
commit ecbc5ac507

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,
Strategy: 0,