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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Fixed a race condition where a download-triggered re-scan could leave an attachment stuck in Scanning (causing clean files to be rejected on download). The redundant request-path status write in rescan has been removed; the spawned scan (_scanAttachmentsFile) already sets the status to Scanning as its first step. This also avoids holding a DB connection across the request rejection, which could drain the pool on single-connection databases.
Non-draft PATCH now allows for deleting attachment arrays from the database.