• Vladimír Čunát's avatar
    predict: refresh expiring records immediately · 965bab92
    Vladimír Čunát authored
    It seemed a bit strange to have 'stats' module collect expiring records
    in an LRU, then once a few minutes convert that via JSON to a lua table,
    and put those records into prefetching queue.  Apart from complexity,
    it wouldn't work well with short TTLs typical for today's CDNs, e.g. 30
    or 60 seconds.
    965bab92