We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bcac9 commit 85b502dCopy full SHA for 85b502d
config/idempotency.php
@@ -56,7 +56,7 @@
56
| This option defines how to handle duplicate requests.
57
| Available options:
58
| - replay: Sends the same response seen previously.
59
- | - exception: Throws a DuplicateIdempotencyRequestException.
+ | - exception: Throws a DuplicateIdempotencyException.
60
|
61
*/
62
'duplicate_handling' => 'replay',
@@ -81,7 +81,7 @@
81
| to be acquired in case of a race condition.
82
83
84
- 'max_lock_wait_time' => 10,
+ 'max_lock_wait_time' => 10, // 10 seconds
85
86
/*
87
|--------------------------------------------------------------------------
0 commit comments