DESKTOP-NE65RNK\Citrus_limon 8 месяцев назад
Родитель
Сommit
d490a5e29a

+ 1 - 1
src/views/bot/arbitrage/index.vue

@@ -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);

+ 1 - 1
src/views/bot/as/index.vue

@@ -463,7 +463,7 @@ const startInterval = () => {
   clearInterval(refreshAsBotInterval.value);
   refreshAsBotInterval.value = setInterval(() => {
     getPageInfo(false, true);
-  }, 2000);
+  }, 5000);
 };
 startInterval();
 const closeInterval = () => {

+ 1 - 1
src/views/server/manage/index.vue

@@ -154,7 +154,7 @@ const refreshInterval = setInterval(() => {
       tablePage.total = data.data.total;
     }
   });
-}, 2000);
+}, 5000);
 
 const handlePem = async () => {
   const result = await pemRef.value.show();