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 = { global = {
download = { download = {
slots = 3; slots = -1;
speed_limit = 500; speed_limit = -1;
}; };
upload = { upload = {
slots = 4; slots = 4;
speed_limit = 500; speed_limit = 2000;
}; };
}; };
}; };