Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
29891155
Unverified
Commit
29891155
authored
2 years ago
by
Dirk Klimpel
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos in documentation (#12863)
parent
e7c77a87
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
changelog.d/12863.doc
+1
-0
1 addition, 0 deletions
changelog.d/12863.doc
docs/message_retention_policies.md
+1
-1
1 addition, 1 deletion
docs/message_retention_policies.md
docs/structured_logging.md
+1
-1
1 addition, 1 deletion
docs/structured_logging.md
docs/workers.md
+1
-1
1 addition, 1 deletion
docs/workers.md
with
4 additions
and
3 deletions
changelog.d/12863.doc
0 → 100644
+
1
−
0
View file @
29891155
Fix typos in documentation.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/message_retention_policies.md
+
1
−
1
View file @
29891155
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docs/structured_logging.md
+
1
−
1
View file @
29891155
...
@@ -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
con
figure 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:
...
...
This diff is collapsed.
Click to expand it.
docs/workers.md
+
1
−
1
View file @
29891155
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment