Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(website): Fix aws config
  • Loading branch information
disq committed Dec 23, 2022
commit 82bd984c7ab915a7b868e1155fac78443844925b
2 changes: 1 addition & 1 deletion website/pages/docs/plugins/sources/aws/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This is the (nested) spec used by the AWS source plugin.

Defines the maximum number of times an API request will be retried

- `max_retries` (int) (max_backoff: 30)
- `max_backoff` (int) (default: 30)

Defines the duration between retry attempts

Expand Down