Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down