Shift config files

This commit is contained in:
Shift
2023-01-07 20:57:04 +00:00
parent 66f56de7aa
commit 25d7fe64cb
10 changed files with 44 additions and 22 deletions

View File

@@ -44,9 +44,9 @@ return [
*/
'argon' => [
'memory' => 1024,
'threads' => 2,
'time' => 2,
'memory' => 65536,
'threads' => 1,
'time' => 4,
],
];