Skip to content

Commit

Permalink
[3scale_batcher] Updates the document with accepted size units for sh…
Browse files Browse the repository at this point in the history
…ared memory
  • Loading branch information
tkan145 committed Apr 3, 2024
1 parent eb712d6 commit 68d6ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ directive](https://nginx.org/en/docs/http/ngx_http_core_module.html#large_client
**Default:** 20m
**Value:** string

Sets the maximum size of shared memory used by batcher policy.
Sets the maximum size of shared memory used by batcher policy. The accepted [size units](https://github.com/openresty/lua-nginx-module?tab=readme-ov-file#lua_shared_dict) are k and m.

### `OPENTELEMETRY`

Expand Down
2 changes: 1 addition & 1 deletion gateway/conf.d/backend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ location /transactions/authorize.xml {
end
}

echo "transactions oauth_authrep!";
echo "transactions authorize!";
}

0 comments on commit 68d6ce7

Please sign in to comment.