You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Empty tiles (~270 bytes) are now detected and skipped from caching.
This fixes the issue where unexplored chunks would cache empty tiles,
and then continue serving stale empty tiles even after the chunk was explored.
- Added EMPTY_TILE_THRESHOLD = 500 bytes
- Skip caching for tiles below threshold in all cache paths
- Ensures newly explored chunks regenerate fresh tiles
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments