mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-25 12:54:00 +00:00
4fb50f412e
- 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.