Update MaxConcurrentPerInstance in production settings

- Reduced the MaxConcurrentPerInstance value from 60 to 30 to optimize resource allocation and improve system performance under load.
- This change aims to enhance stability and responsiveness of the worker backtest compute process.
This commit is contained in:
2026-01-06 17:09:10 +07:00
parent 97e99d44d4
commit 520ec7dfaf

View File

@@ -2,7 +2,7 @@
"WorkerBacktestCompute": true,
"BacktestComputeWorker": {
"MaxConcurrentPerUser": 15,
"MaxConcurrentPerInstance": 60,
"MaxConcurrentPerInstance": 30,
"JobPollIntervalSeconds": 5,
"HeartbeatIntervalSeconds": 30,
"StaleJobTimeoutMinutes": 10