From 961e90a1936b8b834429a83395c26b3ea52277bb Mon Sep 17 00:00:00 2001 From: Kei Date: Wed, 11 Sep 2019 19:38:39 +0700 Subject: [PATCH] Revert "Set argon defaults" https://github.com/laravel/laravel/pull/5102 --- config/hashing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hashing.php b/config/hashing.php index 2aca4d52d..5b10c09d3 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -44,7 +44,7 @@ */ 'argon' => [ - 'memory' => 8192, + 'memory' => 1024, 'threads' => 2, 'time' => 2, ],