Skip to content

Commit

Permalink
disable hackney default pool
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Feb 12, 2020
1 parent 606e5ac commit d3ed3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ use Mix.Config

config :logger, backends: [:console], compile_time_purge_level: :info

config :hackney, use_default_pool: false

if File.exists?("config/#{Mix.env}.exs") do
import_config("#{Mix.env}.exs")
end

0 comments on commit d3ed3f2

Please sign in to comment.