qbt: delete incomplete subvolume + tweaks

This commit is contained in:
2026-03-02 14:22:17 -05:00
parent 9f949f13d1
commit dfe5392543
2 changed files with 23 additions and 6 deletions

View File

@@ -157,6 +157,9 @@
# Higher backlog for the large number of concurrent torrent connections
"net.core.netdev_max_backlog" = 5000;
# Faster cleanup of dead connections from torrent peer churn
"net.ipv4.tcp_fin_timeout" = 15; # default 60
"net.ipv4.tcp_tw_reuse" = 1;
# Minecraft server optimizations
# Disable autogroup for better scheduling of game server threads