]> gitweb.fluxo.info Git - rhatto/dotfiles/unison.git/commitdiff
Adding transfer optimizations
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Jan 2014 14:03:19 +0000 (12:03 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Jan 2014 14:03:19 +0000 (12:03 -0200)
unison.dot/default-code.prf.link
unison.dot/default-home.prf.link

index b61a23682a0479f09fb5b78160c768fa0ea09d70..b0652ec5a479219b689867e9662baaaefbbe532a 100644 (file)
@@ -4,3 +4,7 @@ logfile = .unison/unison.log
 # Automatically accept default (nonconflicting) actions
 auto = true
 addversionno = true
+
+# Optimizations
+sshargs = -C
+copythreshold = 10000
index f93097d058fed33f09d9eac36949d4fde907e138..72be278906c604f5ecb4d069b26a179583c1d73a 100644 (file)
@@ -45,3 +45,7 @@ logfile = .unison/unison.log
 # Automatically accept default (nonconflicting) actions
 auto = true
 addversionno = true
+
+# Optimizations
+sshargs = -C
+copythreshold = 10000