mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
feat: disable slow seeding
This commit is contained in:
parent
6048a0628d
commit
03d5c1f9e6
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ export const defaults = {
|
|||
torrentSpeed: 5, // legacy
|
||||
downloadSpeed: 5,
|
||||
uploadSpeed: 1,
|
||||
slowSeeding: true,
|
||||
slowSeeding: false,
|
||||
disableStartupVideo: true,
|
||||
amoledTheme: true,
|
||||
enableAutoUpdate: !SUPPORTS.isAndroid,
|
||||
|
|
|
|||
Loading…
Reference in a new issue