Skip to content

Commit

Permalink
decrease ttl to 10 s (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms authored Oct 18, 2019
1 parent 8621b9d commit be5ea1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Fission/AWS/Route53.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ createChangeRequest recordType domain content = do

addValue :: ResourceRecordSet -> Text -> ResourceRecordSet
addValue recordSet value =
recordSet & rrsTTL ?~ 300
recordSet & rrsTTL ?~ 10
& rrsResourceRecords ?~ pure (resourceRecord value)

0 comments on commit be5ea1b

Please sign in to comment.