Update config

This commit is contained in:
Jonny Barnes 2022-11-16 20:28:56 +00:00
parent 096b4db322
commit d058a1db2a
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
15 changed files with 252 additions and 123 deletions

View file

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