Skip to content

Commit

Permalink
Revert "docs(*): document new max_queued_batches parameter (#10070)"
Browse files Browse the repository at this point in the history
This reverts commit 62adb14.
  • Loading branch information
Hans Hübner authored and fffonion committed Jan 17, 2023
1 parent ca73cc9 commit fffb4e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions kong.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -1787,13 +1787,3 @@
# Setting this attribute disables the search
# behavior and explicitly instructs Kong which
# OpenResty installation to use.

#max_queued_batches = 100 # Maximum number of batches to keep on an internal
# plugin queue before dropping old batches. This is
# meant as a global, last-resort control to prevent
# queues from consuming infinite memory. When batches
# are being dropped, an error message
# "exceeded max_queued_batches (%d), dropping oldest"
# will be logged. The error message will also include
# a string that identifies the plugin causing the
# problem.
2 changes: 0 additions & 2 deletions kong/templates/kong_defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,4 @@ openresty_path =
opentelemetry_tracing = off
opentelemetry_tracing_sampling_rate = 1.0
max_queued_batches = 100
]]

0 comments on commit fffb4e8

Please sign in to comment.