projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c1ab90
)
Enable scp compression on remote executor to try to improve data
author
Scott
<scott@wannabe.house>
Tue, 25 Jan 2022 04:20:16 +0000
(20:20 -0800)
committer
Scott
<scott@wannabe.house>
Tue, 25 Jan 2022 04:20:16 +0000
(20:20 -0800)
xfer times.
executors.py
patch
|
blob
|
history
diff --git
a/executors.py
b/executors.py
index dcc21806efa33e10b9cf507c373205e7c2f4cb62..399e32d14d33c3b3097a6457f762c76439785f5e 100644
(file)
--- a/
executors.py
+++ b/
executors.py
@@
-63,7
+63,7
@@
parser.add_argument(
)
SSH = '/usr/bin/ssh -oForwardX11=no'
-SCP = '/usr/bin/scp'
+SCP = '/usr/bin/scp
-C
'
def make_cloud_pickle(fun, *args, **kwargs):