cut memory in half to lower computing time on mobile

This commit is contained in:
Christian Staudte 2020-11-05 12:48:00 +01:00
parent 0ad65d9b88
commit 9be1ad525b
Signed by: christian.staudte
GPG Key ID: 88ED5070FE0D5F23
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ user = abstimmidd
password = changeme
[argon2]
; memory 2^19 KiB = 512 MiB
memory = 19
; memory 2^18 KiB = 256 MiB
memory = 18
iterations = 5
threads = 1
length = 16