refactor(core): Port concurrency config (#18324)

This commit is contained in:
Iván Ovejero
2025-08-15 10:47:11 +02:00
committed by GitHub
parent 2cbea86fec
commit 9cc1b11f7f
7 changed files with 71 additions and 51 deletions

View File

@@ -310,6 +310,10 @@ describe('GlobalConfig', () => {
hardDelete: 15,
softDelete: 60,
},
concurrency: {
productionLimit: -1,
evaluationLimit: -1,
},
},
diagnostics: {
enabled: true,