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
|
@ -15,6 +15,7 @@ module Utility.ThreadScheduler (
|
|||
threadDelaySeconds,
|
||||
waitForTermination,
|
||||
oneSecond,
|
||||
unboundDelay,
|
||||
) where
|
||||
|
||||
import Control.Monad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue