top | item 45786010

(no title)

nick_ | 4 months ago

Agreed. How can a media file sharing app possibly saturate Sqlite's write limit? I would use an app-level global lock on all writes to Sqlite.

discuss

order

npodbielski|4 months ago

Probably during scanning libraries? They read hundreds of files and for each of them look for metadata in the internet like discogs and similar. So sure if implemented as async in c# you could run into this issue.

nick_|3 months ago

Are you hinting at the lack of an `AsyncLock` in .NET?