prioritize search lower

This commit is contained in:
Gergő Móricz
2024-08-20 21:00:17 +02:00
parent 59eb552df5
commit f494d2b707
+1 -1
View File
@@ -90,7 +90,7 @@ export async function searchHelper(
}, },
opts: { opts: {
jobId: uuid, jobId: uuid,
priority: 10, priority: 20,
} }
}; };
}) })