Skip to content

Commit

Permalink
Add missing , in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nburkley committed Oct 5, 2016
1 parent 43de325 commit 01bd45e
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 @@ -20,7 +20,7 @@ config :espi_dni, EspiDni.Repo,
# configure exq for background jobs with redis
config :exq,
url: System.get_env("REDISCLOUD_URL"),
namespace: "exq"
namespace: "exq",
concurrency: 1000,
queues: ["default"]

Expand Down

0 comments on commit 01bd45e

Please sign in to comment.