This commit is contained in:
Your Name 2023-10-06 20:02:55 -06:00
parent 27d5d13ab0
commit 97d89b3b1f

View File

@ -117,19 +117,20 @@ id: 'aid'
#disableHsts: true
# Number of worker processes
clusterLimit: 20
clusterLimit: 10
# Job concurrency per worker
deliverJobConcurrency: 256
inboxJobConcurrency: 240
deliverJobConcurrency: 128
inboxJobConcurrency: 32
# Job rate limiter
deliverJobPerSec: 750
inboxJobPerSec: 1000
deliverJobPerSec: 128
inboxJobPerSec: 32
relashionshipJobPerSec: 64
# Job attempts
deliverJobMaxAttempts: 2
inboxJobMaxAttempts: 2
deliverJobMaxAttempts: 10
inboxJobMaxAttempts: 10
# IP address family used for outgoing request (ipv4, ipv6 or dual)
#outgoingAddressFamily: ipv4
@ -157,11 +158,11 @@ inboxJobMaxAttempts: 2
maxFileSize: 262144000
# Sign to ActivityPub GET request (default: false)
#signToActivityPubGet: true
signToActivityPubGet: true
#allowedPrivateNetworks: [
# '127.0.0.1/32'
#]
# Upload or download file size limits (bytes)
#maxFileSize: 262144000
#maxFileSize: 262144000