mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Speed up dashboard loading
This commit is contained in:
parent
a883184e02
commit
a8ba18bb34
|
@ -235,7 +235,7 @@ const responsiveGridLayouts = computed(() => {
|
|||
});
|
||||
|
||||
onMounted(async () => {
|
||||
await botStore.allGetDaily({ timescale: 30 });
|
||||
botStore.allGetDaily({ timescale: 30 });
|
||||
// botStore.activeBot.getTrades();
|
||||
botStore.activeBot.getOpenTrades();
|
||||
botStore.activeBot.getProfit();
|
||||
|
|
Loading…
Reference in New Issue
Block a user