From 5e90ffa17d7c79d5b2d039e0b355a71a0f3c49a4 Mon Sep 17 00:00:00 2001 From: Felipe Forbeck Date: Wed, 26 Nov 2025 10:24:14 -0300 Subject: [PATCH] chore: bump egress tracking to 50% --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 67457cf..8c9b737 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -57,7 +57,7 @@ command = "npm run build" MAX_SHARDS = "825" FF_RATE_LIMITER_ENABLED = "false" FF_EGRESS_TRACKER_ENABLED = "true" -FF_EGRESS_TRACKER_ROLLOUT_PERCENTAGE = "5" # 5% - 495K events/day, ~60 req/s avg +FF_EGRESS_TRACKER_ROLLOUT_PERCENTAGE = "50" # 50% - 5M events/day, ~600 req/s avg (queue limit 5K req/sec) FF_TELEMETRY_ENABLED = "false" # FIXME: telemetry is causing directory listings to fail. FF_DELEGATIONS_STORAGE_ENABLED = "true" FF_RAMP_UP_PROBABILITY = "100"