Skip to content

Commit

Permalink
Merge pull request #104 from akiko-pusu/develop
Browse files Browse the repository at this point in the history
Revert poll interval to 60sec.
  • Loading branch information
akiko-pusu authored Sep 9, 2019
2 parents fbd518c + 839f0b2 commit 60ddcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/issue_badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const pollBadgeCount = (pollingUrl) => {
clearInterval(pollInterval)
})
}
const pollInterval = setInterval(poll, 10000, pollingUrl)
const pollInterval = setInterval(poll, 60000, pollingUrl)
}

// For responsive: change the place to display badge
Expand Down

0 comments on commit 60ddcd4

Please sign in to comment.