Skip to content

Commit ce31feb

Browse files
committed
deploy: increase user split to 35%
1 parent 21bf04e commit ce31feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/nginx.prod.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ upstream _balancer {
88

99
# we add http_x_forwarded_for because this is sitting behind fly-proxy
1010
split_clients $remote_addr$http_x_forwarded_for $split_upstream {
11-
20% _balancer;
11+
35% _balancer;
1212
* _monolith;
1313
}
1414

0 commit comments

Comments
 (0)