bugfixes; research subproc; higher sandbox limits
This commit is contained in:
@@ -79,12 +79,12 @@ export interface StoreConfig {
|
||||
export const DEFAULT_STORES: StoreConfig[] = [
|
||||
{
|
||||
name: 'chartState',
|
||||
persistent: false,
|
||||
persistent: true,
|
||||
initialState: () => ({
|
||||
symbol: 'BTC/USDT.BINANCE',
|
||||
start_time: null,
|
||||
end_time: null,
|
||||
period: '15',
|
||||
period: 900,
|
||||
selected_shapes: [],
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user