@@ -125,7 +125,7 @@ let refreshInterval = setInterval(() => {
tablePage.total = data.data.total;
}
});
-}, 2000);
+}, 5000);
const countProfitability = (info: any) => {
return new Decimal(info.since_last_0_profit * 1).div(new Decimal(info.spot_founding * 1).add(info.swap_founding * 1)).mul(100);
@@ -463,7 +463,7 @@ const startInterval = () => {
clearInterval(refreshAsBotInterval.value);
refreshAsBotInterval.value = setInterval(() => {
getPageInfo(false, true);
- }, 2000);
+ }, 5000);
};
startInterval();
const closeInterval = () => {
@@ -154,7 +154,7 @@ const refreshInterval = setInterval(() => {
const handlePem = async () => {
const result = await pemRef.value.show();