From 1b8b0baef6c668a6e3c7de152f45dc9a0d451fb3 Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Fri, 9 Feb 2018 00:51:24 +1300 Subject: [PATCH] swapstatus refresh updated to 60 seconds --- gui/js/simpledexactions.js | 10 +++++----- package-lock.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui/js/simpledexactions.js b/gui/js/simpledexactions.js index 03a2750..c168805 100644 --- a/gui/js/simpledexactions.js +++ b/gui/js/simpledexactions.js @@ -82,7 +82,7 @@ $(document).ready(function() { check_coin_balance(false); CheckOrderBookFn(); CheckOrderbook_Interval = setInterval(CheckOrderBookFn,30000); - check_swap_status_Interval = setInterval(check_swap_status,20000); + check_swap_status_Interval = setInterval(check_swap_status,60000); check_swap_status(); check_bot_list_Interval = setInterval(check_bot_list, 10000); check_bot_list(); @@ -253,7 +253,7 @@ $('.porfolio_coins_list tbody').on('click', '.btn-portfoliogo', function() { CheckPortfolioFn(false); CheckOrderBookFn(); CheckOrderbook_Interval = setInterval(CheckOrderBookFn,30000); - check_swap_status_Interval = setInterval(check_swap_status,20000); + check_swap_status_Interval = setInterval(check_swap_status,60000); check_swap_status(); check_bot_list_Interval = setInterval(check_bot_list, 10000); check_bot_list(); @@ -383,7 +383,7 @@ $('.btn-inventoryclose').click(function(e) { check_coin_balance(false); CheckOrderBookFn(); CheckOrderbook_Interval = setInterval(CheckOrderBookFn,30000); - check_swap_status_Interval = setInterval(check_swap_status,20000); + check_swap_status_Interval = setInterval(check_swap_status,60000); check_swap_status(); check_bot_list_Interval = setInterval(check_bot_list, 10000); check_bot_list(); @@ -571,7 +571,7 @@ $('.btn_coindashboard_exchange').click(function(e) { check_coin_balance(false); CheckOrderBookFn(); CheckOrderbook_Interval = setInterval(CheckOrderBookFn,30000); - check_swap_status_Interval = setInterval(check_swap_status,20000); + check_swap_status_Interval = setInterval(check_swap_status,60000); check_swap_status(); check_bot_list_Interval = setInterval(check_bot_list, 10000); check_bot_list(); @@ -5362,7 +5362,7 @@ function check_swap_status_details(swap_status_data) { CheckOrderBookFn(); CheckOrderbook_Interval = setInterval(CheckOrderBookFn,30000); - check_swap_status_Interval = setInterval(check_swap_status,20000); + check_swap_status_Interval = setInterval(check_swap_status,60000); check_swap_status(); check_bot_list_Interval = setInterval(check_bot_list, 10000); check_bot_list(); diff --git a/package-lock.json b/package-lock.json index 4a8c374..00d546c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "BarterDEX", - "version": "0.8.5-rc", + "version": "0.8.8-rc", "lockfileVersion": 1, "requires": true, "dependencies": {