Update scf.php
This commit is contained in:
+1
-1
@@ -376,7 +376,7 @@ function SetbaseConfig($function_name, $Region, $Namespace, $SecretId, $SecretKe
|
||||
$host = 'scf.tencentcloudapi.com';
|
||||
$tmpdata['Action'] = 'UpdateFunctionConfiguration';
|
||||
$tmpdata['FunctionName'] = $function_name;
|
||||
$tmpdata['Description'] = 'Onedrive index in SCF. SCF上的Onedrive目录网站程序。 by 逸笙';
|
||||
$tmpdata['Description'] = 'Onedrive index in SCF. SCF上的Onedrive目录网站程序。';
|
||||
$tmpdata['MemorySize'] = 128;
|
||||
$tmpdata['Timeout'] = 30;
|
||||
$tmpdata['Namespace'] = $Namespace;
|
||||
|
||||
Reference in New Issue
Block a user