terraform: reduce channels TTL
Reduce the lag between status.nixos.org and channels.nixos.org. Since the channels just serve redirects, that won't make a big difference.
zimbatm committed
Oct 23, 2021 at 23:14 UTC
bca15a9e668389724f21fb97252a45ba251e6256
1 file changed
+1
-1
terraform/channels.tf
+1
-1
@@ -91,7 +91,7 @@ EOF
91
92
resource "fastly_service_v1" "channels" {
93
name = local.channels_domain
94
- default_ttl = 86400
94
+ default_ttl = 3600
95
96
backend {
97
address = local.channels_backend