pleroma/lib/pleroma/gun/connection_pool
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
..
worker.ex Connection Pool: fix LRFU implementation to not actually be LRU 2020-07-15 15:26:35 +03:00
worker_supervisor.ex Connection pool: Fix a possible infinite recursion if the pool is exhausted 2020-07-15 15:26:35 +03:00