mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 23:35:38 +02:00
Fix(backend): inboxJobPerSecのデフォルト値を16から32に (#12631)
This commit is contained in:
@@ -166,7 +166,7 @@ id: 'aidx'
|
||||
|
||||
# Job rate limiter
|
||||
#deliverJobPerSec: 128
|
||||
#inboxJobPerSec: 16
|
||||
#inboxJobPerSec: 32
|
||||
#relashionshipJobPerSec: 64
|
||||
|
||||
# Job attempts
|
||||
|
||||
Reference in New Issue
Block a user