From 90b412384ae7f851170ccc3d9f9f31a6efe1bc2b Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Tue, 12 Jan 2021 12:53:26 -0700 Subject: [PATCH] initialize record --- agent/src/Application.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/src/Application.hs b/agent/src/Application.hs index 4b4e69382..520453d76 100644 --- a/agent/src/Application.hs +++ b/agent/src/Application.hs @@ -116,6 +116,7 @@ makeFoundation appSettings = do appBackgroundJobs <- newTVarIO (JobCache HM.empty) def <- getDefaultProcDevMetrics appProcDevMomentCache <- newIORef (now, mempty, def) + appLastTorRestart <- newIORef now -- We need a log function to create a connection pool. We need a connection -- pool to create our foundation. And we need our foundation to get a