From d0080b85a778b7780640b360e3fd261499eda8a7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 8 Jun 2026 09:07:16 +0100 Subject: [PATCH] Fix a typo in the default Argon2 priority in the example config. --- data/anope.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/anope.example.conf b/data/anope.example.conf index 216f0310b..e93a283ae 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1296,7 +1296,7 @@ module /** The memory hardness in kibibytes of the Argon2 algorithm. Defaults to * 128 mebibytes. */ - #memory_cost = 121072 + #memory_cost = 131072 /** The time hardness (iterations) of the Argon2 algorithm. Defaults to 3. */