Make it accurate

This commit is contained in:
David Erwin
2017-07-14 16:07:47 -04:00
parent b235b8334e
commit 0069f31244
+1 -1
View File
@@ -25,7 +25,7 @@ In the documentation so far, we've discussed how to deploy all of these function
## Separating Talk into Microservices
Talk can be run as three separate clusters of servers by enabling/disabling different bits of functionality: webserver, socket server and jobs server.
Talk can be run in two or more separate clusters of servers by enabling/disabling different bits of functionality: webserver, socket server and jobs server.
Each microservice would deploy with the same codebase and configuration.