mirror of
https://github.com/anope/anope.git
synced 2026-06-12 15:44:46 +02:00
Fix a typo in the default Argon2 priority in the example config.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user