This commit is contained in:
Joey Hess 2020-06-30 18:41:47 -04:00
parent 33c26988f6
commit 98a8a6da81
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,7 @@
I noticed a git-annex copy -J4 --to a local remote was opening and closing the
keysdb of the remote repository repeatedly. This probably slows it down
some.
Not immediately clear why, Remote.Git.onLocal reuses the same Annex state, so
should keep the keysdbhandle open, unless something is closing it, but I
can't see what might be. --[[Joey]]