mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
sqlite: remove size opt
This commit is contained in:
parent
80863874ae
commit
c36e8de0ed
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ 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: 4 },
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue