Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Reduce route53 ttl to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
rancher-sy-bot committed Jun 28, 2019
1 parent 532abe9 commit 0b6392c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/route53/route53.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
maxSlugHashTimes = 100
slugLength = 6
tokenLength = 32
route53TTL = 300
route53TTL = 10
)

type Backend struct {
Expand Down

0 comments on commit 0b6392c

Please sign in to comment.