mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
this can be much faster
This commit is contained in:
parent
ed52d71729
commit
c500300267
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user