diff options
-rw-r--r-- | doc/bugs/addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed/comment_2_ec825d013fedbecfc7dc57dcf977cef1._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed/comment_2_ec825d013fedbecfc7dc57dcf977cef1._comment b/doc/bugs/addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed/comment_2_ec825d013fedbecfc7dc57dcf977cef1._comment new file mode 100644 index 000000000..8d214a756 --- /dev/null +++ b/doc/bugs/addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed/comment_2_ec825d013fedbecfc7dc57dcf977cef1._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2016-01-13T18:26:40Z" + content=""" +git-annex queues up adds because `git add` can be relatively expensive +(rewriting the whole index file). + +If you don't want the queueing to happen for some reason, you can set +annex.queuesize=1 + +(Fixed a fencepost problem that made the queue flush lag by one item when +using annex.queuesize=1) +"""]] |