lytics / ios-sdk

MIT License
0 stars 0 forks source link

Update LyticsConfiguration to Include new Config Properties #92

Closed mgacy closed 1 year ago

mgacy commented 1 year ago

Replace LyticsConfiguration.maxRetryCount with .maxLoadRetryAttempts and .maxUploadRetryAttempts. Removes default value for maxRetryCount in Task.retrying() method to ensure configuration values are used.

Closes #82