10,730
edits
No edit summary |
|||
Line 770: | Line 770: | ||
| int || EmailFetchPageSize; || Download page size for email entity used in fetches. Must be between 20-500, default is 100. | | int || EmailFetchPageSize; || Download page size for email entity used in fetches. Must be between 20-500, default is 100. | ||
|- | |- | ||
| bool || SyncNoLock; || whether to use "no-lock" in | | bool || SyncNoLock; || whether to use "no-lock" in [[FetchXML]] during sync. Default=false. Consequence: SQL Server uses READ UNCOMMITTED for sync fetches. Faster fetches (on high transaction oriented tables), risk of reading data that will be discarded with Rollback. | ||
|} | |} | ||
{| class="wikitable" | {| class="wikitable" |