blob: fa334d036e9feca13f81144ffa5d6d76404620bc [file] [log] [blame]
#!/bin/sh
# Periodically processes logged DNS queries and prefetches
# prefetches the most requested hosts, warming the cache.
while sleep 60; do
python log_hits.py
python fetch_popular.py
done