Skip to content

Commit 630cc8e

Browse files
authored
Update 17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md
1 parent 3becae2 commit 630cc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Choosing the right backplane comes down to a few factors:
1414
Microsoft has a good list of available backplanes in its [SignalR load balancing article](https://learn.microsoft.com/en-us/aspnet/core/signalr/scale?view=aspnetcore-10.0), including a list of well known [third party offerings](https://learn.microsoft.com/en-us/aspnet/core/signalr/scale?view=aspnetcore-9.0#third-party-signalr-backplane-providers).
1515

1616
## Code examples
17-
The following code examples show you how you can activate SignalR load balancing using an Umbraco composer.
17+
The following code examples show how you can activate SignalR load balancing using an Umbraco composer.
1818

1919
{% hint style="info" %}
2020
Both Umbraco and these composers use `.AddSignalR()`. This duplication isn't a concern as the underlying code registers the required services as singletons.

0 commit comments

Comments
 (0)