Skip to content

Commit

Permalink
docs(kong.conf.default): update descriptions for `nginx_http_lua_rege…
Browse files Browse the repository at this point in the history
…x_cache_max_entries` (#11912)

Leftover from KAG-719
  • Loading branch information
dndx authored Nov 6, 2023
1 parent d5fa2c5 commit 5f34a49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions kong.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -1176,9 +1176,12 @@
# roughly 2 seconds.

#nginx_http_lua_regex_cache_max_entries = 8192 # Specifies the maximum number of entries allowed
# in the worker process level compiled regex cache.
# in the worker process level PCRE JIT compiled regex cache.
# It is recommended to set it to at least (number of regex paths * 2)
# to avoid high CPU usages.
# to avoid high CPU usages if you manually specified `router_flavor` to
# `traditional`. `expressions` and `traditional_compat` router does
# not make use of the PCRE library and their behavior
# is unaffected by this setting.

#nginx_http_keepalive_requests = 1000 # Sets the maximum number of client requests that can be served through one
# keep-alive connection. After the maximum number of requests are made,
Expand Down

1 comment on commit 5f34a49

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:5f34a49edc356b798f25a340522d8efe2c4f5d95
Artifacts available https://github.com/Kong/kong/actions/runs/6770409014

Please sign in to comment.