Skip to content

Commit

Permalink
chore: ecto pool_size 25 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 authored Feb 15, 2024
1 parent a2b9df0 commit 5433d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.36
1.1.37
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if config_env() != :test do

config :supavisor, Supavisor.Repo,
url: System.get_env("DATABASE_URL", "ecto://postgres:postgres@localhost:6432/postgres"),
pool_size: System.get_env("DB_POOL_SIZE", "50") |> String.to_integer(),
pool_size: System.get_env("DB_POOL_SIZE", "25") |> String.to_integer(),
parameters: [
application_name: "supavisor_meta"
]
Expand Down

0 comments on commit 5433d77

Please sign in to comment.