pleroma/lib/pleroma/gun
rinpatch a705637dcf Connection Pool: fix LRFU implementation to not actually be LRU
The numbers of the native time unit were so small the CRF was always 1,
making it an LRU. This commit switches the time to miliseconds and changes
the time delta multiplier to the one yielding mostly highest hit rates according
to the paper
2020-07-15 15:26:35 +03:00
..
connection_pool Connection Pool: fix LRFU implementation to not actually be LRU 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