avoid displaying the scanning annexed files message when repo is not large
Avoids users thinking this scan is a big deal, when it's not in the majority of repos. showSideActionAfter has some ugly caveats, since it has to display in the background of another action. I could not see a better way to do it and it works fine in this particular case. It also doesn't really belong in Annex.Concurrent, but cannot go in Messages due to an import loop. Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
parent
95cec1bdfe
commit
0434674c85
4 changed files with 36 additions and 3 deletions
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2021-06-04T17:14:42Z"
|
||||
content="""
|
||||
Made the scanning message not be displayed unless it takes at least 1
|
||||
second. Of course, if some test suite is still looking at that message,
|
||||
it will break..
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue