mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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
b8d07cf43f
commit
693e18e5d9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class AlgoArgon2 extends Model
|
||||||
])
|
])
|
||||||
->addRule('timeCost', [
|
->addRule('timeCost', [
|
||||||
'type' => self::TYPE_INTEGER,
|
'type' => self::TYPE_INTEGER,
|
||||||
'description' => 'Amount of time it may take to compute hash.',
|
'description' => 'Amount of time consumed to compute hash',
|
||||||
'default' => '',
|
'default' => '',
|
||||||
'example' => 4,
|
'example' => 4,
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue