feat: disable slow seeding

This commit is contained in:
NoCrypt 2024-10-02 23:26:25 +07:00
parent 6048a0628d
commit 03d5c1f9e6

View file

@ -160,7 +160,7 @@ export const defaults = {
torrentSpeed: 5, // legacy torrentSpeed: 5, // legacy
downloadSpeed: 5, downloadSpeed: 5,
uploadSpeed: 1, uploadSpeed: 1,
slowSeeding: true, slowSeeding: false,
disableStartupVideo: true, disableStartupVideo: true,
amoledTheme: true, amoledTheme: true,
enableAutoUpdate: !SUPPORTS.isAndroid, enableAutoUpdate: !SUPPORTS.isAndroid,