Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-04-24 13:28:05 -04:00
commit 28d4113832
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 6"
date="2013-04-24T17:26:39Z"
content="""
I put in a further change to reduce the number of alerts shown in the webapp when bulk adding files. This probably quadrupled the speed or more, even when the webapp was not running, as updating an alert every time a file was added was a lot of unnecessary work.
After these changes, it adds the first 10 thousand files in 35 minutes, on my five year old netbook. It should scale linear
(aside from git's own scalability issues with a lot of files, which I don't think are very bad under 1 million files),
so adding all 100 thousand files should take 6 hours or so.
I'm interested to see what results you get, compared with before..
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="spwhitton"
ip="163.1.167.50"
subject="comment 3"
date="2013-04-24T17:09:50Z"
content="""
It's a userspace fuse mount so the assistant won't know it's a mountpoint unless mounted. Also I don't want the automatic sync since I like to keep this respository manual as a kind of backup. Thanks for the info.
"""]]