mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 16:41:59 +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
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue