pagination for backtest and optimization
This commit is contained in:
@@ -181,6 +181,9 @@ public static class WorkersBootstrap
|
||||
services.AddTransient<ICacheService, CacheService>();
|
||||
services.AddTransient<ITaskCache, TaskCache>();
|
||||
|
||||
// Index Service
|
||||
services.AddSingleton<IndexService>();
|
||||
|
||||
// Processors
|
||||
services.AddTransient<IExchangeProcessor, EvmProcessor>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user