Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
3.93k stars 201 forks source link

Add mutex to "updateExtensionDatabase" #829

Closed schroda closed 7 months ago

schroda commented 8 months ago

If called in quick succession it is possible that duplicated extensions get inserted to the database, because it has not yet been updated by the first call

chancez commented 7 months ago

Ah this explains some weird stuff I noticed recently during development. 👍