mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-02 06:10:24 +01:00
Fix Haddocks
This commit is contained in:
parent
1e5614ca59
commit
90cc9ea5c1
@ -131,8 +131,7 @@ makeFoundation useEcho conf = do
|
|||||||
handleAny print $ grRefresh websiteContent'
|
handleAny print $ grRefresh websiteContent'
|
||||||
|
|
||||||
latestStackMatcher' <- mkAutoUpdate defaultUpdateSettings
|
latestStackMatcher' <- mkAutoUpdate defaultUpdateSettings
|
||||||
{ updateFreq = 1000 * 1000 * 60 * 30
|
{ updateFreq = 1000 * 1000 * 60 * 30 -- update every thirty minutes
|
||||||
-- ^ update every thirty minutes
|
|
||||||
, updateAction = getLatestMatcher manager
|
, updateAction = getLatestMatcher manager
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user