You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When our users use multiple tabs at the same time, we get lots of error reports like this:
SqliteException(10): while executing statement, disk I/O error, disk I/O error (code 10)
coinciding with hangs in our web app, in the form of DB queries not completing (and most if not all of our users are using the opfsLock implementation).
Do you know how we can investigate the root cause of this?