report number of subscriptions

This commit is contained in:
Trolli Schmittlauch 2020-09-14 14:57:25 +02:00
parent 3c28cde942
commit a0e7142a7d
4 changed files with 19 additions and 8 deletions

View file

@ -74,7 +74,7 @@ readConfig = do
, confServiceHost = confDomainString
, confLogfilePath = "../simulationData/logs/" <> confDomainString <> ".log"
, confSpeedupFactor = speedup
, confStatsEvalDelay = 35 * 10^6 `div` speedup
, confStatsEvalDelay = 120 * 10^6 `div` speedup
}
pure (fConf, sConf)