Open Diden05 opened 5 hours ago
When receiving any message, I get this error: [Client ERROR] Failed to save push name of ххххххххх@s.whatsapp.net in device store: database is locked (5) (SQLITE_BUSY) How to fix?
You're using SQLite database. Sometimes it struggle to handle multiple connections and fast R/W tasks.
Using PostgreSQL are the best choice instead of SQLite.
When receiving any message, I get this error: [Client ERROR] Failed to save push name of ххххххххх@s.whatsapp.net in device store: database is locked (5) (SQLITE_BUSY) How to fix?