Skip to content

Commit 2e059c2

Browse files
Update articles/azure-fluid-relay/reference/service-limits.md
Co-authored-by: Skyler Jokiel <[email protected]>
1 parent f3411c0 commit 2e059c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-fluid-relay/reference/service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Fluid Framework offers various [distributed data structures (DDSes)](https:/
1919

2020
## Fluid sessions
2121

22-
The maximum number of simultaneous users in one session on Azure Fluid Relay is 100 users. This limit is on simultaneous users. What this means is that the 101st user won't be allowed to join the session. But if a few users leave the session, that user will be able to join because the number of simultaneous users at that point will be less than the limit.
22+
The maximum number of simultaneous users in one session on Azure Fluid Relay is 100 users. This limit is on simultaneous users. What this means is that the 101st user won't be allowed to join the session. In the case where an existing user leaves the session, a new user will be able to join. This is because the number of simultaneous users at that point will be less than the limit.
2323

2424
## Fluid Summaries
2525

0 commit comments

Comments
 (0)