---
title: retries
framework: combine
role: symbol
role_heading: Instance Property
path: combine/publishers/retry/retries
---

# retries

The maximum number of retry attempts to perform.

## Declaration

```swift
let retries: Int?
```

## Discussion

Discussion If nil, this publisher attempts to reconnect with the upstream publisher an unlimited number of times.

## See Also

### Inspecting publisher properties

- [upstream](combine/publishers/retry/upstream.md)
