Add documentation for new connection pool settings and remove some
authorrinpatch <rinpatch@sdf.org>
Tue, 23 Jun 2020 12:38:45 +0000 (15:38 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 15 Jul 2020 12:26:35 +0000 (15:26 +0300)
commit007843b75e0c7087dad1ef932224b21327d81793
tree3c39106d962359c0fb6553335b99c325df13291b
parent7882f28569bfaee2996d059990eec279415f0785
Add documentation for new connection pool settings and remove some

`:retry_timeout` and `:retry` got removed because reconnecting on failure is
something the new pool intentionally doesn't do.

`:max_overflow` had to go in favor of `:max_waiting`, I didn't reuse the key because
the settings are very different in their behaviour.

`:checkin_timeout` got removed in favor of `:connection_acquisition_wait`,
I didn't reuse the key because the settings are somewhat different.

I didn't do any migrations/deprecation warnings/changelog entries because
these settings were never in stable.
config/description.exs
docs/configuration/cheatsheet.md
lib/pleroma/gun/conn.ex