This commit is contained in:
Joey Hess 2023-03-21 14:07:59 -04:00
parent 2a31f72677
commit bf1bebef25
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2023-03-21T18:03:40Z"
content="""
How large are the individual files?
With small enough files, non-bandwidth related overhead and/or TCL slow
start can take more time than copying the file does, preventing saturating
a connection.
It sometimes helps to use -J10 or so.
The --fast option can also speed up `git-annex copy`,
see the [[git-annex-copy]] man page for details about it.
"""]]