diff --git a/Sync/StorageClient.swift b/Sync/StorageClient.swift index 73d77950a444..0e0c4c400ad2 100644 --- a/Sync/StorageClient.swift +++ b/Sync/StorageClient.swift @@ -637,7 +637,7 @@ open class Sync15StorageClient { private let DefaultInfoConfiguration = InfoConfiguration(maxRequestBytes: 1_048_576, maxPostRecords: 100, maxPostBytes: 1_048_576, - maxTotalRecords: 10_000, + maxTotalRecords: 1666, maxTotalBytes: 104_857_600) /**