Skip to content

Commit

Permalink
Merge pull request #76 from dwyl/pool-size-update
Browse files Browse the repository at this point in the history
Pool size config
  • Loading branch information
iteles authored Jan 30, 2019
2 parents 0b26aeb + 29e47be commit 8dda00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ config :library, Library.Repo,
adapter: Ecto.Adapters.Postgres,
url: System.get_env("DATABASE_URL"),
database: "library_prod",
pool_size: 20
pool_size: System.get_env("POOL_SIZE")

0 comments on commit 8dda00a

Please sign in to comment.