12 lines
No EOL
255 B
YAML
12 lines
No EOL
255 B
YAML
# The port that your Misskey server should listen on.
|
|
port: 3002
|
|
|
|
# Job concurrency per worker
|
|
deliverJobConcurrency: 0
|
|
inboxJobConcurrency: 0
|
|
relationshipJobConcurrency: 0
|
|
|
|
# Job rate limiter
|
|
deliverJobPerSec: 0
|
|
inboxJobPerSec: 0
|
|
relationshipJobPerSec: 0 |