Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Synapse
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Matrix.org
Synapse
Commits
059369dd
Commit
059369dd
authored
5 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Update sample config
parent
de7ba972
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/sample_config.yaml
+7
-0
7 additions, 0 deletions
docs/sample_config.yaml
with
7 additions
and
0 deletions
docs/sample_config.yaml
+
7
−
0
View file @
059369dd
...
@@ -510,6 +510,9 @@ log_config: "CONFDIR/SERVERNAME.log.config"
...
@@ -510,6 +510,9 @@ log_config: "CONFDIR/SERVERNAME.log.config"
# - one for login that ratelimits login requests based on the account the
# - one for login that ratelimits login requests based on the account the
# client is attempting to log into, based on the amount of failed login
# client is attempting to log into, based on the amount of failed login
# attempts for this account.
# attempts for this account.
# - one for ratelimiting redactions by room admins. If this is not explicitly
# set then it uses the same ratelimiting as per rc_message. This is useful
# to allow room admins to quickly deal with abuse quickly.
#
#
# The defaults are as shown below.
# The defaults are as shown below.
#
#
...
@@ -531,6 +534,10 @@ log_config: "CONFDIR/SERVERNAME.log.config"
...
@@ -531,6 +534,10 @@ log_config: "CONFDIR/SERVERNAME.log.config"
# failed_attempts:
# failed_attempts:
# per_second: 0.17
# per_second: 0.17
# burst_count: 3
# burst_count: 3
#
#rc_admin_redaction:
# per_second: 1
# burst_count: 50
# Ratelimiting settings for incoming federation
# Ratelimiting settings for incoming federation
...
...
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