mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix: disable sqlite blob storage (#2943)
This commit is contained in:
@@ -100,7 +100,7 @@ export function createEmptyBlockSuiteWorkspace(
|
||||
} else {
|
||||
if (isBrowser) {
|
||||
blobStorages.push(createIndexeddbStorage);
|
||||
if (isDesktop) {
|
||||
if (isDesktop && runtimeConfig.enableSQLiteProvider) {
|
||||
blobStorages.push(createSQLiteStorage);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user