File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,11 @@ public struct DataStoreConfiguration {
50
50
/// A callback called when a conflict could not be resolved by the service
51
51
public let conflictHandler : DataStoreConflictHandler
52
52
53
- /// How often the sync engine will run (in seconds)
53
+ /// The maximum interval (in seconds) the system will continue to perform delta queries.
54
+ /// After this interval expires, the system performs a base query to retrieve all data.
55
+ /// This defaults to 24 hours, and developers should rarely need to customize this.
56
+ /// More information can be found here:
57
+ /// https://docs.amplify.aws/lib/datastore/how-it-works/q/platform/ios#sync-data-to-cloud
54
58
public let syncInterval : TimeInterval
55
59
56
60
/// The number of records to sync per execution
You can’t perform that action at this time.
0 commit comments