Update config to handle more backtest
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user