Advanced sync setup: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 89: Line 89:
The last parameter that can be changed is the entity order. More precisely, the user can assign priority to selected entities. Such entities will be downloaded at the beginning, i.e. before other entities. You can do so for up to (NumDownloadThreads-1) entities.
The last parameter that can be changed is the entity order. More precisely, the user can assign priority to selected entities. Such entities will be downloaded at the beginning, i.e. before other entities. You can do so for up to (NumDownloadThreads-1) entities.


MCRM defaults (as of MCRM 11.1):
MCRM defaults (as of MCRM 16.0):
* NumDownloadThreads = 3. (Unless the app setting MultiThreadSync is switched off, in which case the SyncDownloader is not used. This is a very slow option - not recommended.)
* NumDownloadThreads = 3. (Unless the app setting MultiThreadSync is switched off, in which case the SyncDownloader is not used. This is a very slow option - not recommended.)
* DownloadCacheSize = 250 MB for Desktop/WinRT, 50 MB for WinUWP, 10-50 MB for Android/iOS (depending on the device parameters)
* DownloadCacheSize = 500 MB for Desktop/WinRT, 200 MB for WinUWP/Android/iOS (depending on the device parameters)
* DownloadPageSize = 100 for emails, 500 otherwise
* DownloadPageSize = 100 for emails, 500 otherwise
* NoInterruptedEntitySync = false
* NoInterruptedEntitySync = false

Navigation menu