diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-07 10:20:19 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-07 10:20:19 +0000 |
commit | 8f5393db5f4d615452dcc807ddafd4841d9abd5b (patch) | |
tree | c6273e79a9315fbe854fcb192f064009ed23a18a /docs | |
parent | 5d65a879a55e216e047574f54f69e55724546ec4 (diff) |
Update FAQ
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 9267aed3..37c6b34c 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -12,6 +12,10 @@ No, although a good portion of the Matrix specification has been implemented. Mo No, not at present. There will be in the future when Dendrite reaches version 1.0. +### Should I run a monolith or a polylith deployment? + +Monolith deployments are always preferred where possible, and at this time, are far better tested than polylith deployments are. The only reason to consider a polylith deployment is if you wish to run different Dendrite components on separate physical machines. + ### I've installed Dendrite but federation isn't working Check the [Federation Tester](https://federationtester.matrix.org). You need at least: |