Commit ed9a4ec
committed
Fix the single shot pull replication to pull up to 50 docs
The limit was set to 50 in the code for some time but has never been used. In 1.3, the code that apply the limit (if the limit is set) was added.
Adding the limit caused the issue that a single shot pull replication will only pull up to the limit and stop. There is no limit set in couchbase-lite-ios as well. Simply removing the limit should solve the issue.
https://github.com/couchbase/couchbase-lite-android/issues/9551 parent 8ab6239 commit ed9a4ec
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
0 commit comments