enable SSH pipelining (THE SPEED!)
This commit is contained in:
parent
3a8112bf0d
commit
8360e212cc
1 changed files with 3 additions and 0 deletions
|
@ -33,3 +33,6 @@ become_ask_pass = True
|
||||||
# TO know what changed
|
# TO know what changed
|
||||||
always = yes
|
always = yes
|
||||||
|
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
pipelining = True
|
||||||
|
|
Loading…
Reference in a new issue