maxRetries property

int maxRetries
final

Maximum number of retry attempts for failed sync operations.

Default: 3

After this many failures, the operation will be marked as failed and won't be retried until connectivity is restored.

Implementation

final int maxRetries;