Skip to content

Commit 119e91f

Browse files
authored
Merge pull request #853 from syphar/static-crates-ttl
increase hardcoded TTL for static.crates.io
2 parents 09b59cf + 700927f commit 119e91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terragrunt/accounts/legacy/crates-io-prod/crates-io/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs = {
1818
static_bucket_name = "crates-io"
1919
index_bucket_name = "crates-io-index"
2020

21-
static_ttl = 86400 // 1 day
21+
static_ttl = 31536000 // 1 year
2222

2323
webapp_origin_domain = "crates-io.herokuapp.com"
2424

0 commit comments

Comments
 (0)