Vito uses SQLite for its database driver.
Since version 3, Vito received a lot of features and the number of write attempts to the database has increased significantly.
This ends up causing "database is locked" errors when multiple write attempts are made simultaneously.
Migrating to Mysql will solve this issue.
Vito uses SQLite for its database driver.
Since version 3, Vito received a lot of features and the number of write attempts to the database has increased significantly.
This ends up causing "database is locked" errors when multiple write attempts are made simultaneously.
Migrating to Mysql will solve this issue.