Shift config files

This commit is contained in:
Shift
2024-02-16 20:33:43 +00:00
parent 42b5a294d0
commit ee3361d9c9
9 changed files with 139 additions and 76 deletions

View File

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