mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-01 21:15:38 +00:00
- 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.