update things

This commit is contained in:
2024-12-22 01:40:00 +01:00
parent 43fa0843bd
commit 51182d4dfe
4 changed files with 30 additions and 31 deletions

View File

@@ -49,7 +49,8 @@
};
serverConfig.BitTorrent.Session = {
GlobalUPSpeedLimit = 1000; # 1 MiB/s
GlobalUPSpeedLimit = 100; # in KiB/s
GlobalDLSpeedLimit = 1000; # in KiB/s
QueueingSystemEnabled = false; # seed all torrents all the time
};
};