-
Notifications
You must be signed in to change notification settings - Fork 0
History Search
KOKOTO-DEV edited this page Aug 15, 2026
·
2 revisions
BlueMapWebChat 4.7.0 · Minecraft 1.18–26.2 · Java 17 baseline
SQLite is the recommended storage backend.
chat:
history-storage: "sqlite"
history-sqlite-file: "history.db"
history-retention-days: 5
history-size: 0
history-page-size: 80Storage modes:
-
sqlite: recommended for search and long-running servers -
jsonl: legacy single-file persistence -
memory: history is lost at server restart
history-retention-days: 0 disables age cleanup. history-size: 0 disables count cleanup.
Optional one-time JSONL import when the SQLite database is empty:
chat:
history-sqlite-migrate-jsonl: trueSearch:
search:
enabled: true
result-limit: 50Search filters include message text, sender, date/time range, source, and whether system/event messages are included. Selecting a result loads surrounding history and jumps to the message. Very large result limits increase database, memory, and response-size costs.