Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
/**
* Optional configuration of the maximal interval the SDK will wait for a reconciliation request
* to happen before one will be automatically triggered.
* The intention behind this feature is to have a failsafe, not to have another way of
* repeated reconciliation.
* For that use {@link UpdateControl#rescheduleAfter(long)}.
*
* @return the maximal reconciliation interval configuration
*/
Expand Down
Loading