Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: increase data fecthing time
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitK-deriv committed Feb 29, 2024
1 parent a7420c1 commit 4bbca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/live-price.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ setTimeout(() => {
})
}

setInterval(fetchData, 1000)
setInterval(fetchData, 5000)
}, 500)

0 comments on commit 4bbca34

Please sign in to comment.