diff options
Diffstat (limited to 'server/default-conf')
-rw-r--r-- | server/default-conf/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/default-conf/Main.hs b/server/default-conf/Main.hs index cbfc476..f0b7f43 100644 --- a/server/default-conf/Main.hs +++ b/server/default-conf/Main.hs | |||
@@ -20,4 +20,5 @@ main = thermoprintServer True (Nat runSqlite) $ def `withPrinters` printers | |||
20 | runSqlite = runStderrLoggingT . withSqlitePool "thermoprint.sqlite" 1 . runReaderT | 20 | runSqlite = runStderrLoggingT . withSqlitePool "thermoprint.sqlite" 1 . runReaderT |
21 | 21 | ||
22 | printers = [ (pure debugPrint, def) | 22 | printers = [ (pure debugPrint, def) |
23 | , (pure $ delayedDebugPrint (10 * 10^6), def) | ||
23 | ] | 24 | ] |