!2455 fix: CreateSessionServer最大个数修改

Merge pull request !2455 from zhanghaowen/master
This commit is contained in:
openharmony_ci 2022-09-28 01:08:20 +00:00 committed by Gitee
commit 1b95e3c528
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -310,7 +310,7 @@ typedef struct {
/** /**
* @brief Creates a session server based on a package name and session name. * @brief Creates a session server based on a package name and session name.
* *
* A maximum of 18 session servers can be created. * A maximum of 8 session servers can be created.
* *
* @param pkgName Indicates the pointer to the package name, which can be used to check whether the * @param pkgName Indicates the pointer to the package name, which can be used to check whether the
* session server is in this package. The value cannot be empty and can contain a maximum of 64 characters. * session server is in this package. The value cannot be empty and can contain a maximum of 64 characters.