Update src/Appwrite/Utopia/Response/Model/Func.php

Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
Bradley Schofield
2024-07-09 15:26:55 +09:00
committed by GitHub
co-authored by Matej Bačo
parent 06c8efa34a
commit b15dc0c4a8
+1 -1
View File
@@ -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,
])