In Dexie cloud, how to disable syncing? #2030
-
I'm working on an app with a large amount of data stored on the desktop browser (hundreds of MB). Sometimes, when the user has to sync too much data, syncing can freeze the operations to read the db. disableEagerSync: true,
disableWebSocket: true but I think this doesn't stop dexieCloud addon to try to sync, because I see in the console there are messages from I also don't have enabled If I don't do the part of the So, is there an option to read from local db with the cloud db in the name, with no syncing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There's a similar request #1828 and I had a suggestion to allow stopping and starting of sync. Probably also would need the initial sync mode to be configurable. The special naming of the DB can be disabled by turning off the nameSuffix config option. |
Beta Was this translation helpful? Give feedback.
There's a similar request #1828 and I had a suggestion to allow stopping and starting of sync. Probably also would need the initial sync mode to be configurable.
The special naming of the DB can be disabled by turning off the nameSuffix config option.