Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zackcoburn committed Aug 17, 2017
1 parent 139864d commit 3d3a708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -102042,7 +102042,7 @@ function EtherDelta() {
self.refreshLoop = function refreshLoop() {
function loop() {
self.refresh(() => {
setTimeout(loop, 10 * 1000);
setTimeout(loop, 60 * 1000);
});
}
loop();
Expand Down

0 comments on commit 3d3a708

Please sign in to comment.