From fd41eac9bb7bd5cea9c891211936faaf799e7596 Mon Sep 17 00:00:00 2001 From: Felipe Forbeck Date: Tue, 2 Dec 2025 10:01:27 -0300 Subject: [PATCH] feat: bump egress tracking to 100% --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 8c9b737..60803d2 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 = "50" # 50% - 5M events/day, ~600 req/s avg (queue limit 5K req/sec) +FF_EGRESS_TRACKER_ROLLOUT_PERCENTAGE = "100" # 100% - 10M events/day, ~1200 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"