Skip to content

Commit

Permalink
Set argon defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Sep 11, 2019
1 parent 3b68645 commit c34c4bb
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' => 1024,
'memory' => 8192,
'threads' => 2,
'time' => 2,
],
Expand Down

0 comments on commit c34c4bb

Please sign in to comment.