Skip to content

Commit f3411c0

Browse files
authored
Update service-limits.md
1 parent 950a105 commit f3411c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ This article lists limits in different areas of Azure Fluid Relay.
1515

1616
## Distributed Data Structures
1717

18-
The Fluid Framework offers a variety of [distributed data structures (DDSes)](https://fluidframework.com/docs/data-structures/overview/). The Azure Fluid Relay does not support the [experimental DDSes](https://fluidframework.com/docs/data-structures/experimental/).
18+
The Fluid Framework offers various [distributed data structures (DDSes)](https://fluidframework.com/docs/data-structures/overview/). The Azure Fluid Relay doesn't support the [experimental DDSes](https://fluidframework.com/docs/data-structures/experimental/).
1919

2020
## Fluid sessions
2121

22-
The maximum number of simultaneous users in one session on Azure Fluid Relay is 100 users. Note that this is simultaneous users. What this means is that the 101st user will not 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. 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.
2323

2424
## Fluid Summaries
2525

26-
Incremental summaries that can be uploaded to Azure Fluid Relay cannot exceed 28 MB in size. More info [here](https://fluidframework.com/docs/concepts/summarizer).
26+
Incremental summaries that can be uploaded to Azure Fluid Relay can't exceed 28 MB in size. More info [here](https://fluidframework.com/docs/concepts/summarizer).
2727

2828
## Signals
2929

30-
The Fluid Framework has a concept of Signals that can be sent to participating clients in the session. More info [here](https://fluidframework.com/docs/concepts/signals/). The Azure Fluid Relay does not support the Signals.
30+
The Fluid Framework has a concept of Signals that can be sent to participating clients in the session. More info [here](https://fluidframework.com/docs/concepts/signals/). The Azure Fluid Relay doesn't support the Signals.
3131

3232
## Need help?
3333

0 commit comments

Comments
 (0)