Skip to content

Commit

Permalink
Reduce max_requests to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Dec 20, 2023
1 parent 5e37a4d commit 48cb9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/uplink/clients/caddy/config/builder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ defmodule Uplink.Clients.Caddy.Config.Builder do
Enum.map(valid_instances, fn instance ->
%{
dial: "#{instance.slug}:#{metadata.main_port.target}",
max_requests: 200
max_requests: 100
}
end)
}
Expand Down Expand Up @@ -202,7 +202,7 @@ defmodule Uplink.Clients.Caddy.Config.Builder do
Enum.map(valid_instances, fn instance ->
%{
dial: "#{instance.slug}:#{port.target}",
max_requests: 200
max_requests: 100
}
end)
}
Expand Down

0 comments on commit 48cb9f6

Please sign in to comment.