diff --git a/doc/todo/optimise_use_of_keys_db_on_local_remote.mdwn b/doc/todo/optimise_use_of_keys_db_on_local_remote.mdwn new file mode 100644 index 0000000000..5a926bc5c7 --- /dev/null +++ b/doc/todo/optimise_use_of_keys_db_on_local_remote.mdwn @@ -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]]