Skip to content

Commit

Permalink
fix websocket congestion
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 29, 2024
1 parent 7cf9b5a commit f38f3c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1490,10 +1490,9 @@ const fetchNetworkStatus = async () => {
};
const pollCounter = useInterval(2000);
watch(pollCounter, async () => {
fetchIncogniteeBalance();
fetchNetworkStatus();
await fetchIncogniteeBalance();
await fetchNetworkStatus();
});
watch(
Expand Down

0 comments on commit f38f3c4

Please sign in to comment.