config.exs: set gun retries to 0
authorrinpatch <rinpatch@sdf.org>
Mon, 6 Jul 2020 09:13:02 +0000 (12:13 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 15 Jul 2020 12:26:35 +0000 (15:26 +0300)
commit33747e9366ef7422c9b39ac360ad1d96405bc4fd
treea851e03c540ac604f947bf41e142015f92c0577d
parenta705637dcf7ffe063c9c0f3f190f57e44aaa63f2
config.exs: set gun retries to 0

The new pooling code just removes the connection when it's down,
there is no need to reconnect a connection that is just sitting idle,
better just open a new one next time it's needed
config/config.exs