Skip to content

Commit f36fb86

Browse files
authored
Update 17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/load-balancing-backoffice.md
1 parent add8792 commit f36fb86

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/load-balancing-backoffice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ umbracoBuilder.SetServerRegistrar(new StaticServerAccessor());
2525

2626
This will ensure that all servers are treated as backoffice servers.
2727

28-
## Load balancing Repository Caches
28+
## Load Balancing Repository Caches
2929

3030
One of the issues with load balancing the backoffice is that all servers will have their own repository caches. This means that if you make a change on one server, it won't be reflected on the other servers until their cache expires.
3131

0 commit comments

Comments
 (0)