mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #4991 from appwrite/fix-function-timeout-example
Function default timeout example fix
This commit is contained in:
commit
a35cf0b4c0
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class Func extends Model
|
|||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Function execution timeout in seconds.',
|
||||
'default' => 15,
|
||||
'example' => 1592981237,
|
||||
'example' => 15,
|
||||
])
|
||||
;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue