Skip to content

Commit

Permalink
fix(account): update balance fetching interval
Browse files Browse the repository at this point in the history
Co-authored-by: adamant-al <[email protected]>
  • Loading branch information
bludnic and adamant-al authored Jan 11, 2025
1 parent 419f2eb commit f7ab58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7ab58e

Please sign in to comment.