Skip to content

Commit

Permalink
fix docs typo in How to Deploy Backend.md: additionally
Browse files Browse the repository at this point in the history
  • Loading branch information
nabbisen committed Sep 6, 2023
1 parent 3fce30a commit 0a4eaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/How to Deploy Backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In this case, you don't need Google Cloud Storage. The Endpoint's controller wil

![](img/deploy-single-instance.jpg)

Having a single instance running limits the amount of logs that can be processed. A Job runs in an EventLoop and Vapor creates one per CPU core, aditionally each EventLoop has a Database pool. This makes the max number of logs that can be processed in parallel to be:
Having a single instance running limits the amount of logs that can be processed. A Job runs in an EventLoop and Vapor creates one per CPU core, additionally each EventLoop has a Database pool. This makes the max number of logs that can be processed in parallel to be:

**number of cores** * **connections per pool**

Expand Down

0 comments on commit 0a4eaca

Please sign in to comment.