add speed

This commit is contained in:
jopejoe1 2024-09-21 19:19:13 +02:00
parent 7f5ba201e0
commit b35a3c236a

View file

@ -69,6 +69,7 @@ in
protocol = "ssh-ng"; protocol = "ssh-ng";
sshUser = "builder"; sshUser = "builder";
sshKey = "/root/.ssh/builder"; sshKey = "/root/.ssh/builder";
speedFactor = 5;
maxJobs = 12; maxJobs = 12;
} }
{ {
@ -89,6 +90,7 @@ in
protocol = "ssh-ng"; protocol = "ssh-ng";
sshUser = "builder"; sshUser = "builder";
sshKey = "/root/.ssh/builder"; sshKey = "/root/.ssh/builder";
speedFactor = 10;
maxJobs = 24; maxJobs = 24;
} }
]; ];