f
This commit is contained in:
parent
27d5d13ab0
commit
97d89b3b1f
19
example.yml
19
example.yml
@ -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
|
Loading…
Reference in New Issue
Block a user