1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

Function default timeout example to 15s, so it doesn't look like a timestamp.

This commit is contained in:
Vincent (Wen Yu) Ge 2023-01-11 21:49:15 +00:00
parent 514b42bea2
commit a1cb81abb6

View file

@ -97,7 +97,7 @@ class Func extends Model
'type' => self::TYPE_INTEGER,
'description' => 'Function execution timeout in seconds.',
'default' => 15,
'example' => 1592981237,
'example' => 15,
])
;
}