From a02bd5c4ff1da8a69f30bd76eab39e6c48ee9b64 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 11 Jun 2026 14:42:51 +0200 Subject: [PATCH] chore: adjust cdn limits --- cdn.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdn.tf b/cdn.tf index 2aff3dc..8a950f5 100644 --- a/cdn.tf +++ b/cdn.tf @@ -82,8 +82,8 @@ resource "bunnynet_pullzone" "cran_rpkgs_com" { request_coalescing_enabled = true block_post_requests = true - limit_requests = 500 - limit_connections = 50 + limit_requests = 5000 + limit_connections = 1000 safehop_enabled = true