diff --git a/config/hashing.php b/config/hashing.php index 5b10c09d3..2aca4d52d 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -44,7 +44,7 @@ */ 'argon' => [ - 'memory' => 1024, + 'memory' => 8192, 'threads' => 2, 'time' => 2, ],