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, "WorkerBacktestCompute": true,
"BacktestComputeWorker": { "BacktestComputeWorker": {
"MaxConcurrentPerUser": 2, "MaxConcurrentPerUser": 8,
"MaxConcurrentPerInstance": 5, "MaxConcurrentPerInstance": 30,
"JobPollIntervalSeconds": 5, "JobPollIntervalSeconds": 5,
"HeartbeatIntervalSeconds": 30, "HeartbeatIntervalSeconds": 30,
"StaleJobTimeoutMinutes": 5 "StaleJobTimeoutMinutes": 10
}, },
"WorkerGeneticCompute": true, "WorkerGeneticCompute": true,
"GeneticComputeWorker": { "GeneticComputeWorker": {