mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-21 14:55:43 +00:00
5cfa86d9e6
- Updated SQLite connection timeout from 30 seconds to 60 seconds across multiple methods to reduce lock contention. - Enabled Write-Ahead Logging (WAL) mode for better concurrent access between the bot and web viewer. - Refactored packet insertion logic to include retry mechanism for handling locked database scenarios.