Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-chat-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-chat-server
Commits
d38e5458
Commit
d38e5458
authored
7 months ago
by
Ole Langbehn
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into production
parents
a35fb591
89bb6099
No related branches found
Branches containing commit
Tags
release/1.30.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/holi.chat.server.log.config
+1
-1
1 addition, 1 deletion
data/holi.chat.server.log.config
data/homeserver.yaml.template
+1
-0
1 addition, 0 deletions
data/homeserver.yaml.template
with
2 additions
and
1 deletion
data/holi.chat.server.log.config
+
1
−
1
View file @
d38e5458
...
...
@@ -23,7 +23,7 @@ loggers:
root
:
level
:
INFO
level
:
WARN
handlers
: [
console
]
...
...
This diff is collapsed.
Click to expand it.
data/homeserver.yaml.template
+
1
−
0
View file @
d38e5458
...
...
@@ -20,6 +20,7 @@ database:
cp_min: 5
cp_max: 10
cp_reconnect: true
cp_noisy: true # investigate connection drops, could be https://github.com/matrix-org/synapse/issues/9779
keepalives_idle: 10 # seconds of inactivity after which TCP should send a keepalive message to the server
keepalives_interval: 10 # the number of seconds after which a TCP keepalive message that is not acknowledged by the server should be retransmitted
keepalives_count: 3 # the number of TCP keepalives that can be lost before the client's connection to the server is considered dead
...
...
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