From 924657b7235776dbf6e179c7094297e0177de81d Mon Sep 17 00:00:00 2001 From: Landon Jurgens Date: Mon, 17 Apr 2023 09:37:40 -0500 Subject: [PATCH] Fixes the docs to show the proper default hash algorithm --- docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.rst b/docs/settings.rst index e72ad4d..02d3680 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -14,7 +14,7 @@ value defined on the cache backend). Defaults to ``'rl:'``. ----------------------------- An optional functionion to overide the default hashing algorithm used to derive the cache -key. Defaults to ``'hashlib.sha512'``. +key. Defaults to ``'hashlib.sha256'``. ``RATELIMIT_ENABLE`` --------------------