mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-24 00:05:33 +00:00
e14574580a
- Enhanced error logging to include stack traces for better debugging. - Optimized the cleanup of old packet stream data by implementing smaller batch deletions to reduce lock contention. - Adjusted database connection settings for improved concurrency and added handling for database busy errors. - Removed periodic cleanup from BotIntegration, delegating this responsibility to the web viewer subprocess to avoid contention.