Skip to content

Commit

Permalink
deploy: increase user split to 35% (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Apr 6, 2024
1 parent 21bf04e commit 0780813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/nginx.prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ upstream _balancer {

# we add http_x_forwarded_for because this is sitting behind fly-proxy
split_clients $remote_addr$http_x_forwarded_for $split_upstream {
20% _balancer;
35% _balancer;
* _monolith;
}

Expand Down

0 comments on commit 0780813

Please sign in to comment.