You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync batch sizes for both push and pull are configured in class constants. To update or use different values, one has to recompile client-core with the new settings.
Move the batch size settings to SyncConfiguration to allow for apps to override the values.
The text was updated successfully, but these errors were encountered:
Sync batch sizes for both push and pull are configured in class constants. To update or use different values, one has to recompile client-core with the new settings.
Move the batch size settings to
SyncConfiguration
to allow for apps to override the values.The text was updated successfully, but these errors were encountered: