annex.startupscan can be set to false to disable the assistant's startup scan.
This commit is contained in:
parent
7dab73db84
commit
a3fe8270ca
11 changed files with 46 additions and 28 deletions
|
@ -102,7 +102,8 @@ runWatcher = do
|
|||
, delDirHook = deldirhook
|
||||
, errHook = errhook
|
||||
}
|
||||
handle <- liftIO $ watchDir "." ignored hooks startup
|
||||
scanevents <- liftAnnex $ annexStartupScan <$> Annex.getGitConfig
|
||||
handle <- liftIO $ watchDir "." ignored scanevents hooks startup
|
||||
debug [ "watching", "."]
|
||||
|
||||
{- Let the DirWatcher thread run until signalled to pause it,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue