this can be much faster

This commit is contained in:
perf3ct 2025-04-01 21:44:54 +00:00
parent ed52d71729
commit c500300267
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -53,7 +53,7 @@ export function setupEmbeddingEventListeners() {
* Setup background processing of the embedding queue
*/
export async function setupEmbeddingBackgroundProcessing() {
const interval = parseInt(await options.getOption('embeddingUpdateInterval') || '5000', 10);
const interval = parseInt(await options.getOption('embeddingUpdateInterval') || '200', 10);
setInterval(async () => {
try {