1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:24:49 +02:00

Fix a typo in the default Argon2 priority in the example config.

This commit is contained in:
Sadie Powell
2026-06-08 09:07:16 +01:00
parent 745e94783d
commit d0080b85a7
+1 -1
View File
@@ -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.
*/