Skip to content

Commit

Permalink
Revert "According to PHP Bug 78516 Argon2 requires at least 8KB (lara…
Browse files Browse the repository at this point in the history
…vel#5097)" (laravel#5102)

This reverts commit 74d84e9.
  • Loading branch information
GrahamCampbell authored and taylorotwell committed Sep 11, 2019
1 parent 7d72850 commit 56157b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/hashing.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/

'argon' => [
'memory' => 8192,
'memory' => 1024,
'threads' => 2,
'time' => 2,
],
Expand Down

0 comments on commit 56157b9

Please sign in to comment.