Skip to content

Commit

Permalink
Update kong/tools/queue_schema.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Samuele Illuminati <samuele@konghq.com>
  • Loading branch information
hanshuebner and samugi committed May 11, 2023
1 parent e9b41c6 commit 36881c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/tools/queue_schema.lua
Expand Up @@ -41,7 +41,7 @@ return Schema.define {
default = 0.01,
between = { 0.001, 1000000 }, -- effectively unlimited maximum
-- description = "time in seconds before the initial retry is made for a failing batch."
-- For each subsequent retry, the previous retry time is doubled up to `max_retry_time`
-- For each subsequent retry, the previous retry time is doubled up to `max_retry_delay`
} },
{ max_retry_delay = {
type = "number",
Expand Down

0 comments on commit 36881c1

Please sign in to comment.