Skip to content
  • rinpatch's avatar
    Connection Pool: fix LRFU implementation to not actually be LRU · 214bc322
    rinpatch authored
    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
    214bc322