wip: Start scan request processor

This commit is contained in:
Zoe Roux
2025-05-07 22:47:32 +02:00
parent 9c98e284f0
commit f8612fed96
5 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type ImageTask = {
};
// this will only push a task to the image downloader service and not download it instantly.
// this is both done to prevent to many requests to be sent at once and to make sure POST
// this is both done to prevent too many requests to be sent at once and to make sure POST
// requests are not blocked by image downloading or blurhash calculation
export const enqueueOptImage = async (
tx: Transaction,