diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/WebApp.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/WebApp.hs b/Command/WebApp.hs index 5fcaad6fd..7d0a310d4 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -56,7 +56,7 @@ start restart = notBareRepo $ do state <- Annex.getState id liftIO $ void $ forkProcess $ Annex.eval state $ startDaemon True False - waitdaemon f (100 :: Int) + waitdaemon f (1000 :: Int) waitdaemon _ 0 = error "failed to start git-annex assistant" waitdaemon f n = unlessM (checkpid f) $ do -- wait 0.1 seconds before retry |