Prefetching records
-------------------
-The module tracks expiring records (having less than 5% of original TTL) and batches them for predict.
+The module refreshes records that are about to expire when they're used (having less than 1% of original TTL).
This improves latency for frequently used records, as they are fetched in advance.
It is also able to learn usage patterns and repetitive queries that the server makes. For example, if
Reconfigure the predictor to given tracking window and period length. Both parameters are optional.
Window length is in minutes, period is a number of windows that can be kept in memory.
- e.g. if a ``window`` is 15 minutes, a ``period`` of "24" means 6 hours.
\ No newline at end of file
+ e.g. if a ``window`` is 15 minutes, a ``period`` of "24" means 6 hours.