Skip to content

Commit

Permalink
Fixes the docs to show the proper default hash algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Landon Jurgens committed Apr 17, 2023
1 parent 6eff27c commit 924657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
--------------------
Expand Down

0 comments on commit 924657b

Please sign in to comment.