Skip to content

Commit

Permalink
Fix #5896 - reduce maxTotalRecords to 1666 from 10k as per durable sy…
Browse files Browse the repository at this point in the history
…nc requirements (#5940)
  • Loading branch information
garvankeeley committed Jan 6, 2020
1 parent 50531a7 commit 5115c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sync/StorageClient.swift
Expand Up @@ -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)

/**
Expand Down

0 comments on commit 5115c0d

Please sign in to comment.