diff options
Diffstat (limited to 'mdbp/ssh.py')
-rw-r--r-- | mdbp/ssh.py | 2 |
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( |