Skip to content

Commit 2a10a3c

Browse files
committed
Update README.md
1 parent 008ce84 commit 2a10a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
6969
/// - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
7070
public func send<T>(
7171
with request : URLRequest,
72-
retry strategy : RetryService.Strategy = .exponential(),
72+
retry strategy : RetryService.Strategy = .exponential(retry: 5, duration: 2.0),
7373
_ taskDelegate: ITaskDelegate? = nil
7474
) async throws -> Http.Response<T> where T : Decodable
7575
```

0 commit comments

Comments
 (0)