Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable scan result cache check (#1012)
Update the API to no longer attempt to use cached scan results. This is because the feature is not proving useful for the Notify use case where most attachments are unique. Additionally during heavy Notify sends, the cache result lookup is causing database connection exhaustion errors.
- Loading branch information