Skip to content

Commit e2fae1b

Browse files
authored
Update README.md
1 parent 2597889 commit e2fae1b

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
@@ -45,7 +45,7 @@ Here are the available options in the configuration file:
4545
| `cache.store` | `default` | The cache store to use for idempotency keys |
4646
| `idempotency_header` | `Idempotency-Key` | The header to use for idempotency keys |
4747
| `idempotency_relayed_header` | `Idempotency-Relayed` | The header for relaying idempotency keys |
48-
| `duplicate_handling` | `replay` | The action to take when a duplicate request is detected. Options are `replay` or `throw`|
48+
| `duplicate_handling` | `replay` | The action to take when a duplicate request is detected. Options are `replay` or `exception`|
4949
| `enforced_verbs` | `['GET', 'POST', 'PUT', 'PATCH', 'DELETE']` | The HTTP verbs to enforce idempotency on |
5050
| `max_lock_wait_time` | `10` _(10 seconds)_ | The maximum time to wait for a lock in seconds |
5151
| `user_id_resolver` | `null` | The user ID resolver to use for generating cache keys |

0 commit comments

Comments
 (0)