soulseek: change limits
This commit is contained in:
parent
c07aa0c406
commit
501510183c
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user