From fb0367a665d8076d767e3d05a054df7c04cce20f Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 9 Dec 2024 09:34:56 -0500 Subject: [PATCH] update RFC5 --- docs/development/rfc/5.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/development/rfc/5.md b/docs/development/rfc/5.md index 5634ff4..26bc40c 100644 --- a/docs/development/rfc/5.md +++ b/docs/development/rfc/5.md @@ -43,9 +43,8 @@ The `limits` setting will be applied as follows: ## Implementation -An `evaluate_limit` function will be added to the `pygeoapi` module for use by `pygeoapi.api` accordingly. - -If `limits.on_surpass` is `error`, then pygeoapi will throw HTTP 413 +- an `evaluate_limit` function will be added to the `pygeoapi` module for use by `pygeoapi.api` accordingly +- if `limits.on_surpass` is `error`, then pygeoapi will throw HTTP 413 ### Backwards Compatibility Issues