Searched defs:CloudSyncConfig (Results 1 – 2 of 2) sorted by relevance
197 struct CloudSyncConfig { struct198 int32_t maxUploadCount = 30; // default max upload 30 records199 int32_t maxUploadSize = 1024 * 512 * 3; // default max upload 1024 * 512 * 3 = 1.5m200 int32_t maxRetryConflictTimes = -1; // default max retry -1 is unlimited retry times
47 using CloudSyncConfig = DistributedDB::CloudSyncConfig; variable