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"