Skip to content

Commit 8bd8abb

Browse files
committed
Add review suggestions
1 parent 432b11e commit 8bd8abb

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

en/identity-server/6.1.0/docs/deploy/performance/performance-tuning-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ pooling for LDAPS connections at the time of starting your server:
332332

333333
When retrieving roles from the SCIM2/Roles endpoint, WSO2 Identity Server returns all users assigned to each role by default. For roles containing many users, this can lead to performance bottlenecks and block processing threads.
334334

335-
To optimize performance and prevent thread blocking issues, configure the max users returned per role:
335+
To optimize performance and prevent thread blocking issues, configure the max users returned per role.
336336

337337
```toml
338338
[pagination]
@@ -343,7 +343,7 @@ max_users_list_per_role = <NUMBER_OF_USERS>
343343

344344
- **Default value**: 1000 users per role (when not configured)
345345
- **Lowest value**: 1000 users (values below 1000 automatically default to 1000)
346-
- **Scope**: Applies to all roles, including the built-in "everyone" role
346+
- **Scope**: Applies to all roles, including the built-in `everyone` role
347347
- **Database dependency**: Adjust this value based on your database performance capabilities
348348

349349
!!! tip

en/identity-server/7.0.0/docs/deploy/performance/performance-tuning-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Connection pooling does not apply to LDAPS connections (SSL-enabled LDAP connect
241241
242242
When retrieving roles from the SCIM2/Roles endpoint, WSO2 Identity Server returns all users assigned to each role by default. For roles containing many users, this can lead to performance bottlenecks and block processing threads.
243243
244-
To optimize performance and prevent thread blocking issues, configure the max users returned per role:
244+
To optimize performance and prevent thread blocking issues, configure the max users returned per role.
245245
246246
```toml
247247
[pagination]
@@ -252,7 +252,7 @@ max_users_list_per_role = <NUMBER_OF_USERS>
252252
253253
- **Default value**: 1000 users per role (when not configured)
254254
- **Lowest value**: 1000 users (values below 1000 automatically default to 1000)
255-
- **Scope**: Applies to all roles, including the built-in "everyone" role
255+
- **Scope**: Applies to all roles, including the built-in `everyone` role
256256
- **Database dependency**: Adjust this value based on your database performance capabilities
257257
258258
!!! tip

en/identity-server/7.1.0/docs/deploy/performance/performance-tuning-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Connection pooling does not apply to LDAPS connections (SSL-enabled LDAP connect
241241
242242
When retrieving roles from the SCIM2/Roles endpoint, WSO2 Identity Server returns all users assigned to each role by default. For roles containing many users, this can lead to performance bottlenecks and block processing threads.
243243
244-
To optimize performance and prevent thread blocking issues, configure the max users returned per role:
244+
To optimize performance and prevent thread blocking issues, configure the max users returned per role.
245245
246246
```toml
247247
[pagination]
@@ -252,7 +252,7 @@ max_users_list_per_role = <NUMBER_OF_USERS>
252252
253253
- **Default value**: 1000 users per role (when not configured)
254254
- **Lowest value**: 1000 users (values below 1000 automatically default to 1000)
255-
- **Scope**: Applies to all roles, including the built-in "everyone" role
255+
- **Scope**: Applies to all roles, including the built-in `everyone` role
256256
- **Database dependency**: Adjust this value based on your database performance capabilities
257257
258258
!!! tip

en/identity-server/next/docs/deploy/performance/performance-tuning-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Connection pooling does not apply to LDAPS connections (SSL-enabled LDAP connect
241241
242242
When retrieving roles from the SCIM2/Roles endpoint, WSO2 Identity Server returns all users assigned to each role by default. For roles containing many users, this can lead to performance bottlenecks and block processing threads.
243243
244-
To optimize performance and prevent thread blocking issues, configure the max users returned per role:
244+
To optimize performance and prevent thread blocking issues, configure the max users returned per role.
245245
246246
```toml
247247
[pagination]
@@ -252,7 +252,7 @@ max_users_list_per_role = <NUMBER_OF_USERS>
252252
253253
- **Default value**: 1000 users per role (when not configured)
254254
- **Lowest value**: 1000 users (values below 1000 automatically default to 1000)
255-
- **Scope**: Applies to all roles, including the built-in "everyone" role
255+
- **Scope**: Applies to all roles, including the built-in `everyone` role
256256
- **Database dependency**: Adjust this value based on your database performance capabilities
257257
258258
!!! tip

en/includes/guides/organization-management/try-a-b2b-use-case-pet-care.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Follow the steps below to see how organization login works for a user in the **H
541541

542542
3. Click **Sign In with SSO** to specify the organization to which you are signing in.
543543

544-
{% if product_name != "Asgardeo" and (product_name == "WSO2 Identity Server" and is_version > "7.1.0") %}
544+
{% if product_name == "WSO2 Identity Server" and is_version > "7.1.0" %}
545545
4. Enter the **Organization Handle** of the organization and click **Submit**.
546546
{% else %}
547547
4. Enter **Happy Tails** as the organization name and click **Submit**.

0 commit comments

Comments
 (0)