Skip to content

Commit

Permalink
defer this config to runtime.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Dec 27, 2023
1 parent 138e9da commit 08f197f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ config :nerves_hub, NervesHubWeb.DeviceEndpoint, server: true
##
# Database and Oban
#
config :nerves_hub, NervesHub.Repo,
ssl: true,
pool_size: 20
config :nerves_hub, NervesHub.Repo, pool_size: 20

config :nerves_hub, NervesHub.ObanRepo,
ssl: true,
pool_size: 10
config :nerves_hub, NervesHub.ObanRepo, pool_size: 10

0 comments on commit 08f197f

Please sign in to comment.