Update config to handle more backtest

This commit is contained in:
2025-11-13 12:08:16 +07:00
parent 2cc6cc5dee
commit 27e2cf0a09

View File

@@ -1,11 +1,11 @@
{
"WorkerBacktestCompute": true,
"BacktestComputeWorker": {
"MaxConcurrentPerUser": 2,
"MaxConcurrentPerInstance": 5,
"MaxConcurrentPerUser": 8,
"MaxConcurrentPerInstance": 30,
"JobPollIntervalSeconds": 5,
"HeartbeatIntervalSeconds": 30,
"StaleJobTimeoutMinutes": 5
"StaleJobTimeoutMinutes": 10
},
"WorkerGeneticCompute": true,
"GeneticComputeWorker": {