]> dgit.raspbian.org Git - git-annex.git/blob
8cc8b86238d86fe56b9ca8d9dfc0c5f206e2f97e
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 11"""
4  date="2021-06-08T15:41:23Z"
5  content="""
6 I can't think of anything OSX specific in the recent changes.
7
8 I have added debugging of when reconcileStaged wakes up and possibly
9 wastes some time, eg:
10
11         joey@darkstar:~/tmp/big> git config annex.debug true
12         joey@darkstar:~/tmp/big> git config annex.debugfilter Database.Keys
13         joey@darkstar:~/tmp/big> git-annex init
14         init  
15         [2021-06-08 11:52:11.854202926] (Database.Keys) reconcileStaged start
16         (scanning for annexed files...)
17         [2021-06-08 11:52:44.092620256] (Database.Keys) reconcileStaged end
18         ok
19
20 All the new work happens in between those two debugs, so you could check if
21 the time sink is there or elsewhere.
22
23 (Note that the last release takes 2 seconds longer for that init than
24 it does now..)
25 """]]