This commit is contained in:
Eelco Dolstra 2019-11-13 17:18:17 +01:00
parent 804910fb0e
commit 0352c1a4f8
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -188,7 +188,7 @@ static int _main(int argc, char * * argv)
Store::Params storeParams;
if (hasPrefix(bestMachine->storeUri, "ssh://")) {
storeParams["max-connections"] ="1";
storeParams["max-connections"] = "1";
storeParams["log-fd"] = "4";
if (bestMachine->sshKey != "")
storeParams["ssh-key"] = bestMachine->sshKey;