On Thu, Nov 20, 2025 at 02:25:23AM -0800, Xiaoming Yang wrote:
> Also, regarding the RFC6962 logs, our max_get_entries is set to 32. If
> possible, please adjust your start and end parameters to increment by
> multiples of 32. This will allow for better cache hit rates and provide
> faster responses.
If you want to serve cacheable tiles, you'll do better if you return a
mid-tile response with the remaining subset of entries in that tile. That'll
cause the monitor to automatically synchronise itself with the tile
start for future requests.
- Matt