soulseek: change limits

This commit is contained in:
Simon Gardling 2025-08-20 00:35:36 -04:00
parent c07aa0c406
commit 501510183c
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -50,12 +50,12 @@ in
global = {
download = {
slots = 3;
speed_limit = 500;
slots = -1;
speed_limit = -1;
};
upload = {
slots = 4;
speed_limit = 500;
speed_limit = 2000;
};
};
};