Fix(backend): inboxJobPerSecのデフォルト値を16から32に (#12631)
This commit is contained in:
@@ -226,7 +226,7 @@ export class QueueProcessorService implements OnApplicationShutdown {
|
||||
autorun: false,
|
||||
concurrency: this.config.inboxJobConcurrency ?? 16,
|
||||
limiter: {
|
||||
max: this.config.inboxJobPerSec ?? 16,
|
||||
max: this.config.inboxJobPerSec ?? 32,
|
||||
duration: 1000,
|
||||
},
|
||||
settings: {
|
||||
|
Reference in New Issue
Block a user