Skip to content

Commit

Permalink
chore: update options for the get secrets (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 authored Feb 16, 2024
1 parent 5433d77 commit d155590
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.37
1.1.38
2 changes: 2 additions & 0 deletions lib/supavisor/client_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,8 @@ defmodule Supavisor.ClientHandler do
socket_options: [
H.ip_version(tenant.ip_version, tenant.db_host)
],
queue_target: 1_000,
queue_interval: 5_000,
ssl_opts: ssl_opts || []
)

Expand Down
2 changes: 2 additions & 0 deletions lib/supavisor/helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ defmodule Supavisor.Helpers do
socket_options: [
ip_version(params["ip_version"], params["db_host"])
],
queue_target: 1_000,
queue_interval: 5_000,
ssl_opts: ssl_opts || []
)

Expand Down

0 comments on commit d155590

Please sign in to comment.