Skip to content
Snippets Groups Projects
Unverified Commit 29891155 authored by Dirk Klimpel's avatar Dirk Klimpel Committed by GitHub
Browse files

Fix typos in documentation (#12863)

parent e7c77a87
No related branches found
No related tags found
No related merge requests found
Fix typos in documentation.
\ No newline at end of file
...@@ -117,7 +117,7 @@ In this example, we define three jobs: ...@@ -117,7 +117,7 @@ In this example, we define three jobs:
Note that this example is tailored to show different configurations and Note that this example is tailored to show different configurations and
features slightly more jobs than it's probably necessary (in practice, a features slightly more jobs than it's probably necessary (in practice, a
server admin would probably consider it better to replace the two last server admin would probably consider it better to replace the two last
jobs with one that runs once a day and handles rooms which which jobs with one that runs once a day and handles rooms which
policy's `max_lifetime` is greater than 3 days). policy's `max_lifetime` is greater than 3 days).
Keep in mind, when configuring these jobs, that a purge job can become Keep in mind, when configuring these jobs, that a purge job can become
......
...@@ -43,7 +43,7 @@ loggers: ...@@ -43,7 +43,7 @@ loggers:
The above logging config will set Synapse as 'INFO' logging level by default, The above logging config will set Synapse as 'INFO' logging level by default,
with the SQL layer at 'WARNING', and will log to a file, stored as JSON. with the SQL layer at 'WARNING', and will log to a file, stored as JSON.
It is also possible to figure Synapse to log to a remote endpoint by using the It is also possible to configure Synapse to log to a remote endpoint by using the
`synapse.logging.RemoteHandler` class included with Synapse. It takes the `synapse.logging.RemoteHandler` class included with Synapse. It takes the
following arguments: following arguments:
......
# Scaling synapse via workers # Scaling synapse via workers
For small instances it recommended to run Synapse in the default monolith mode. For small instances it is recommended to run Synapse in the default monolith mode.
For larger instances where performance is a concern it can be helpful to split For larger instances where performance is a concern it can be helpful to split
out functionality into multiple separate python processes. These processes are out functionality into multiple separate python processes. These processes are
called 'workers', and are (eventually) intended to scale horizontally called 'workers', and are (eventually) intended to scale horizontally
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment