Update maximum expiry once per day
This commit is contained in:
parent
5b4d5ced3b
commit
8dc54fc921
@ -240,5 +240,5 @@ warpEnv site = do
|
|||||||
getGetMaxExpires :: IO (IO Text)
|
getGetMaxExpires :: IO (IO Text)
|
||||||
getGetMaxExpires = mkAutoUpdate defaultUpdateSettings
|
getGetMaxExpires = mkAutoUpdate defaultUpdateSettings
|
||||||
{ updateAction = getCurrentMaxExpiresRFC1123
|
{ updateAction = getCurrentMaxExpiresRFC1123
|
||||||
, updateFreq = 60 * 60 * 1000000 -- Update once per hour
|
, updateFreq = 24 * 60 * 60 * 1000000 -- Update once per day
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user