akkoma/lib/pleroma/gun
rinpatch 007843b75e 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.
2020-07-15 15:26:35 +03:00
..
connection_pool Use erlang monotonic time for CRF calculation 2020-07-15 15:26:35 +03:00
api.ex Connection pool: fix connections being supervised by gun_sup 2020-07-15 15:26:35 +03:00
conn.ex Add documentation for new connection pool settings and remove some 2020-07-15 15:26:35 +03:00
connection_pool.ex Connection Pool: register workers using :via 2020-07-15 15:24:47 +03:00
gun.ex little refactor 2020-03-06 21:04:18 +03:00