go-libsql
go-libsql copied to clipboard
Sync Error: `database is locked`
error code = 1: Error syncing database: sync error: failed to push frame: status=503 Service Unavailable, error={"error":"SQLite error: max_frame_no failed: database is locked"}
Do you have a set syncInterval? I just tried to add it and I get the same error now
@ShiftMateAU It only happens with sync interval enabled?
This occurs when you try to write using multiple go routines
@ShiftMateAU It only happens with sync interval enabled?
For me it does. If I leave it out of the config I don't get the error