mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Function default timeout example to 15s, so it doesn't look like a timestamp.
This commit is contained in:
parent
514b42bea2
commit
a1cb81abb6
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class Func extends Model
|
||||||
'type' => self::TYPE_INTEGER,
|
'type' => self::TYPE_INTEGER,
|
||||||
'description' => 'Function execution timeout in seconds.',
|
'description' => 'Function execution timeout in seconds.',
|
||||||
'default' => 15,
|
'default' => 15,
|
||||||
'example' => 1592981237,
|
'example' => 15,
|
||||||
])
|
])
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue