From f7ab58edd67f98a6604e04a54f22a53d83897a82 Mon Sep 17 00:00:00 2001 From: bludnic Date: Sat, 11 Jan 2025 03:51:12 +0000 Subject: [PATCH] fix(account): update balance fetching interval Co-authored-by: adamant-al <33592982+adamant-al@users.noreply.github.com> --- src/store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index b294bf79b..28fb2664a 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -48,8 +48,8 @@ import servicesPlugin from './modules/services/services-plugin' export let interval -const UPDATE_BALANCE_INTERVAL = 10000 -const UPDATE_BALANCE_INTERVAL_FOR_NEW_ACCOUNT = 2500 +const UPDATE_BALANCE_INTERVAL = 5000 +const UPDATE_BALANCE_INTERVAL_FOR_NEW_ACCOUNT = 1500 /** * @type { import("vuex").StoreOptions } store