Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 14/umbraco-cms/tutorials/multisite-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The sites are now available under the domains you provided.

While such a setup might be handy, it also comes with drawbacks. It is important to keep in mind that having multiple sites on one Umbraco project:

* Might increase resource usage.
* Might increase resource usage. It should be noted, that if the project has any issues, this will effect all websites at once.
* Could interfere with editors' workflows, especially if there are multiple people working on both websites at once. That is because the solution will still use one database for both websites.
* Limit your options in regards to developing new features and making schema changes.

Expand Down
Loading