server endpoint for tag subscription
This commit is contained in:
parent
7d7fa3b52a
commit
7280f251b5
4 changed files with 19 additions and 6 deletions
|
@ -57,7 +57,7 @@ readConfig = do
|
|||
, confMaxLookupCacheAge = 300
|
||||
}
|
||||
sConf = ServiceConf {
|
||||
confSubscriptionExpiryTime = 2*3600 `div` read speedup
|
||||
confSubscriptionExpiryTime = fromIntegral $ 2*3600 `div` (read speedup :: Integer)
|
||||
, confServicePort = read servicePortString
|
||||
, confServiceHost = confDomainString
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue