Skip to content

Commit 93ac98a

Browse files
authored
Update README.md
1 parent 3d5a8bf commit 93ac98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ var thumb2X = IGDB.ImageHelper.GetImageUrl(imageId: artworkImageId, size: ImageS
144144
var coverSmall = IGDB.ImageHelper.GetImageUrl(imageId: artworkImageId, size: ImageSize.CoverSmall, retina: false);
145145
```
146146

147-
### Default API Policy
147+
### Custom API Policies with Polly
148148

149149
IGDB limits requests to **4 per second** with a maximum concurrent request limit of **8**.
150150

151-
The `ApiPolicy.DefaultApiPolicy` uses Polly to create some safe defaults that tend to work for most cases (tested with internal test suite with all tests running in parallel) but you can feel free to pass your own `IAsyncPolicy<HttpResponseMessage>` to the `IGDBClient` constructor overload.
151+
The `IGDB.ApiPolicy.DefaultApiPolicy` uses [Polly](https://github.com/App-vNext/Polly) to create some safe defaults that tend to work for most cases (tested with internal test suite with all tests running in parallel) but you can feel free to pass your own `IAsyncPolicy<HttpResponseMessage>` to the `IGDBClient` constructor overload.
152152

153153
## Versioning Policy
154154

0 commit comments

Comments
 (0)