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