mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 06:11:26 +00:00
fix config default
This commit is contained in:
parent
c2d18d3ca3
commit
5a418ac1c8
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@
|
||||||
tls_enabled: true
|
tls_enabled: true
|
||||||
federation: {
|
federation: {
|
||||||
# Limit to the number of concurrent outgoing federation requests per target instance.
|
# Limit to the number of concurrent outgoing federation requests per target instance.
|
||||||
# Set this to a higher value than 1 (e.g. 6) only if you have a huge instance (>10 activities per second) and if a receiving instance is not keeping up.
|
# Set this to a higher value than 1 (e.g. 6) only if you have a huge instance (>10 activities
|
||||||
|
# per second) and if a receiving instance is not keeping up.
|
||||||
concurrent_sends_per_instance: 1
|
concurrent_sends_per_instance: 1
|
||||||
}
|
}
|
||||||
prometheus: {
|
prometheus: {
|
||||||
|
|
Loading…
Reference in a new issue