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

This reverts commit 74d84e9371.
This commit is contained in:
Graham Campbell 2019-09-11 13:10:18 +01:00 committed by Taylor Otwell
parent 7d72850619
commit 56157b9cd2
1 changed files with 1 additions and 1 deletions

View File

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