increase subscription lease to 1 (simulated) day for achieving higher subscriber numbers
This commit is contained in:
parent
f5de7601bb
commit
556b69d887
|
@ -69,7 +69,7 @@ readConfig = do
|
|||
, confRequestRetries = 3
|
||||
}
|
||||
sConf = ServiceConf
|
||||
{ confSubscriptionExpiryTime = 12*3600 / fromIntegral speedup
|
||||
{ confSubscriptionExpiryTime = 24*3600 / fromIntegral speedup
|
||||
, confServicePort = read servicePortString
|
||||
, confServiceHost = confDomainString
|
||||
, confLogfilePath = "../simulationData/logs/" <> confDomainString <> ".log"
|
||||
|
|
Loading…
Reference in a new issue