alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
qbittorrent: increase max connections
author
yemou
date
4 weeks ago
(May 28, 2026, 12:39 AM -0400)
commit
bcd3f10e
bcd3f10eda76df9798f8c7574521110f7f5561fd
parent
e328e51e
e328e51eec2a71133ac3beb070729de1516ef309
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
modules
qbittorrent.nix
+1
-1
modules/qbittorrent.nix
Reviewed
···
97
97
QueueingSystemEnabled = false;
98
98
GlobalMaxInactiveSeedingMinutes = 61 * 24 * 60;
99
99
GlobalMaxSeedingMinutes = 31 * 24 * 60;
100
100
-
MaxConnections = 150;
100
100
+
MaxConnections = 500;
101
101
MaxConnectionsPerTorrent = 50;
102
102
MaxUploads = -1;
103
103
MaxUploadsPerTorrent = 25;