diff --git a/src/Application.hs b/src/Application.hs index ec6220a6f..59007c31e 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -509,7 +509,7 @@ shutdownApp app = do destroyAllResources $ appConnPool app release . fst $ appLogger app - liftIO $ threadDelay 2e4 + liftIO $ threadDelay 1e6 ---------------------------------------------