mirror of
https://github.com/ajvpot/meshexplorer.git
synced 2026-06-12 02:04:49 +02:00
6be73b04a6
The readonly profile's max_rows_to_read / max_bytes_to_read (500MB) is exceeded by the map/stats views, which scan the full (growing) meshcore_packets table -> the web app failed with TOO_MANY_BYTES. Remove the read-size caps; readonly=1, allow_ddl=0, max_memory_usage and max_execution_time remain the guardrails. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>