feat: Editing large notes (greater than 1.5MB) will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently (roughly every 30 seconds rather than after every change). (#2768)
This commit is contained in:
@@ -11,4 +11,5 @@ export enum SyncMode {
|
||||
* all data to see if user has an items key, and if not, only then create a new one.
|
||||
*/
|
||||
DownloadFirst = 'DownloadFirst',
|
||||
LocalOnly = 'LocalOnly',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user