Update scf.php

pull/13/head
qkqpttgf 2020-01-18 01:52:46 +08:00 committed by GitHub
parent b275066317
commit 01a05c9cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ function SetbaseConfig($function_name, $Region, $Namespace, $SecretId, $SecretKe
$host = 'scf.tencentcloudapi.com'; $host = 'scf.tencentcloudapi.com';
$tmpdata['Action'] = 'UpdateFunctionConfiguration'; $tmpdata['Action'] = 'UpdateFunctionConfiguration';
$tmpdata['FunctionName'] = $function_name; $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['MemorySize'] = 128;
$tmpdata['Timeout'] = 30; $tmpdata['Timeout'] = 30;
$tmpdata['Namespace'] = $Namespace; $tmpdata['Namespace'] = $Namespace;