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"