mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
sqlite: try increasing size and concurrency
This commit is contained in:
parent
c36e8de0ed
commit
6993f20d0a
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ class SqliteWorker {
|
||||||
spawn<typeof _SqliteWorker>(
|
spawn<typeof _SqliteWorker>(
|
||||||
new Worker(new URL('./sqlite.worker.ts', import.meta.url).href, { type: 'module' }),
|
new Worker(new URL('./sqlite.worker.ts', import.meta.url).href, { type: 'module' }),
|
||||||
),
|
),
|
||||||
|
{ size: 8, concurrency: 4 },
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue