Browse Source

Revert "According to PHP Bug 78516 Argon2 requires at least 8KB (#5097)" (#5102)

This reverts commit 74d84e9371b2d2486edcc8f458adc9f22957d68b.
Graham Campbell 4 years ago
parent
commit
56157b9cd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/hashing.php

+ 1 - 1
config/hashing.php

@@ -44,7 +44,7 @@ return [
     */
 
     'argon' => [
-        'memory' => 8192,
+        'memory' => 1024,
         'threads' => 2,
         'time' => 2,
     ],