mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-09-26 11:57:54 +00:00
- Implemented pagination for message export in the maintenance API to handle large datasets efficiently. - Set default limit values for message queries in MessageHandler and AnnounceDAO to improve consistency. - Added a busy timeout pragma in the database initialization to manage lock contention. - Refactored batch insert operations in MessageDAO for improved performance and readability.