From 2b75737aaabd699aa1efb3013bbde0f66a9bdb7e Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Fri, 13 Mar 2026 13:48:44 +0100 Subject: [PATCH] Setting name contains an unintended typo --- docs/configuration/dtable-web-settings.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/configuration/dtable-web-settings.md b/docs/configuration/dtable-web-settings.md index ac0b48da3..0883dba74 100644 --- a/docs/configuration/dtable-web-settings.md +++ b/docs/configuration/dtable-web-settings.md @@ -255,10 +255,9 @@ API_THROTTLE_RATES = { } # Throttling whitelist used to disable throttle for certain IPs. -# e.g. REST_FRAMEWORK_THROTTLING_WHITELIST = ['127.0.0.1', '192.168.1.1'] -# Please make sure `REMOTE_ADDR` header is configured in Nginx conf -REST_FRAMEWORK_THROTTLING_WHITELIST = [] - +# e.g. REST_FRAMEWORK_THROTTING_WHITELIST = ['127.0.0.1', '192.168.1.1'] +# Note: The name of this setting contains an unintended typo (`THROTTING` instead of `THROTTLING`) +REST_FRAMEWORK_THROTTING_WHITELIST = [] ``` ## Trash retention period