mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Update src/Appwrite/Utopia/Response/Model/AlgoArgon2.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
parent
b40826f4ee
commit
b8d07cf43f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class AlgoArgon2 extends Model
|
|||
])
|
||||
->addRule('threads', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Number of threads to use to compute hash.',
|
||||
'description' => 'Number of threads used to compute hash.',
|
||||
'default' => '',
|
||||
'example' => 3,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue