Skip to content

Commit

Permalink
uncomment background workers
Browse files Browse the repository at this point in the history
  • Loading branch information
zacwood9 committed Mar 13, 2021
1 parent 537eb62 commit 1afb64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IHP/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ run configBuilder = do
staticMiddleware <- initStaticMiddleware frameworkConfig
let requestLoggerMiddleware = get #requestLoggerMiddleware frameworkConfig

-- let run = withBackgroundWorkers frameworkConfig do
let run = runServer frameworkConfig $
let run = withBackgroundWorkers frameworkConfig do
runServer frameworkConfig $
staticMiddleware $
sessionMiddleware $
requestLoggerMiddleware $
Expand Down

0 comments on commit 1afb64d

Please sign in to comment.