Skip to content

Commit f758cfd

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

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
@@ -24,7 +24,7 @@ Both Umbraco and these composers use `.AddSignalR()`. This duplication isn't a
2424
It is possible to use your existing database as a backplane. If this database is hosted in Azure it is not possible to enable Service Broker which will have an impact on message throughput. Nevertheless, it might be sufficient to cover your needs.
2525
For more information, check out the [GitHub page](https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer).
2626
- Add a reference to the `IntelliTect.AspNetCore.SignalR.SqlServer` NuGet package.
27-
- Add the following composer to your project
27+
- Add the following composer to your project:
2828
```csharp
2929
using Umbraco.Cms.Core.Composing;
3030

0 commit comments

Comments
 (0)