TOTAL_SYNC_ATTEMPTS

const val TOTAL_SYNC_ATTEMPTS: Int = 3

Maximum number of retry attempts for failed sync operations.

If sync fails (due to network issues, server errors, etc.), WorkManager will retry up to this many times before giving up. Retries use exponential backoff (default: 10s, 20s, 40s).