This commit is contained in:
Simon Gardling 2025-03-30 15:36:54 -04:00
parent 0aa06ea4c6
commit bfb4202f61
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@ -183,11 +183,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743213175, "lastModified": 1743300109,
"narHash": "sha256-6cI/ScqqZekTwhyBgqInX3ZPXzXdsqy64NjvSvzuCpo=", "narHash": "sha256-P+3ux9uyGsbzWSvfB3sAzvERTonvthc2iCDJYh6bIeM=",
"owner": "Infinidoge", "owner": "Infinidoge",
"repo": "nix-minecraft", "repo": "nix-minecraft",
"rev": "5ac2c907b5ebfea6d999fb861561f5b096a2e9e1", "rev": "bd7ef340501fbd2cb855a3b725992914b5fa5fbe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -214,11 +214,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1743161759, "lastModified": 1743290600,
"narHash": "sha256-AJJy0SKtqLld9JPYi/yvI2P6qCNpcjExHuniZbRSklk=", "narHash": "sha256-v2NB8B3EahTvJ0Zg6QVJVUjq2cBwZ0UKTwMr2nv9718=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "873f4b2202bdac3845fa5ae294cfa2748ef0667e", "rev": "b9c20f02b5c6e5ef418767eac59c2655d18419f0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -63,7 +63,7 @@
serverConfig.BitTorrent = { serverConfig.BitTorrent = {
Session = { Session = {
GlobalUPSpeedLimit = 1500; # 1.500 MiB/s GlobalUPSpeedLimit = 1500; # 1.500 MiB/s
GlobalDLSpeedLimit = -1; GlobalDLSpeedLimit = 500; # 500 KiB/s
IgnoreLimitsOnLAN = true; IgnoreLimitsOnLAN = true;