2020-12-08 19:20:05 +00:00
|
|
|
Some of the things git-annex transferkeys does are suboptimal, especially
|
|
|
|
when -J has many of them running.
|
|
|
|
|
|
|
|
In particular, it writes location logs when downloading (but not
|
|
|
|
uploading), and so it flushes the journal etc.
|
|
|
|
|
2020-12-11 19:45:55 +00:00
|
|
|
> [[done]] --[[Joey]]
|
|
|
|
|
2020-12-08 19:20:05 +00:00
|
|
|
It may also do some queries of data from git that could be avoided with
|
|
|
|
some refactoring of what code runs in it, which could avoid it needing to
|
|
|
|
start up git helper processes like catkey. --[[Joey]]
|
2020-12-11 19:45:55 +00:00
|
|
|
|
|
|
|
> Still starts some git catkey processes, but I guess it's for good reason.
|
|
|
|
> --[[Joey]]
|