summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-12-11 14:01:32 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-12-11 14:04:45 +0100
commit017e94848382ff8c32c8a9b1f08d52f9cecf23f4 (patch)
tree7e80e53777bfff3c48fda464d354394900204177
parent02ddcaa3e330e638326a8694e753da5fa048d2b5 (diff)
downloadmdbp-017e94848382ff8c32c8a9b1f08d52f9cecf23f4.tar.gz
ssh: select non-interactive IPQoS
Due to the piping, ssh thinks this is interactive and defaults to lowdelay.
-rw-r--r--mdbp/ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdbp/ssh.py b/mdbp/ssh.py
index c0a295c..9e9ed8c 100644
--- a/mdbp/ssh.py
+++ b/mdbp/ssh.py
@@ -109,7 +109,7 @@ def main() -> None:
if len(args.command) < 2:
parser.error("missing command or json file")
build = buildjson(args.command.pop())
- cmd = ["ssh"]
+ cmd = ["ssh", "-o", "IPQoS=throughput"]
if args.proxyrepos and "extrarepositories" in build:
repoforward = RepoForward()
build["extrarepositories"] = list(