Skip to content

Commit

Permalink
5s -> 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Mar 13, 2020
1 parent c501e57 commit 05497b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/v2/js/pages/new_bounty.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const updateOnNetworkOrTokenChange = () => {
};

window.addEventListener('load', function() {
setInterval(updateOnNetworkOrTokenChange, 5000);
setInterval(updateOnNetworkOrTokenChange, 1000);
});

var localStorage = window.localStorage ? window.localStorage : {};
Expand Down Expand Up @@ -817,4 +817,4 @@ const transformBountyData = form => {
data.metadata = metadata;

return data;
};
};

0 comments on commit 05497b8

Please sign in to comment.