mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Utopia/Response/Model/Func.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
co-authored by
Matej Bačo
parent
06c8efa34a
commit
b15dc0c4a8
@@ -153,7 +153,7 @@ class Func extends Model
|
||||
])
|
||||
->addRule('cpus', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Function execution cores.',
|
||||
'description' => 'Function execution CPU cores.',
|
||||
'default' => 1,
|
||||
'example' => 2,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user