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

Commit 0b6392c

Browse files
Reduce route53 ttl to 10 seconds
1 parent 532abe9 commit 0b6392c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/route53/route53.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
maxSlugHashTimes = 100
2727
slugLength = 6
2828
tokenLength = 32
29-
route53TTL = 300
29+
route53TTL = 10
3030
)
3131

3232
type Backend struct {

0 commit comments

Comments
 (0)