mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Update comment to match code
This commit is contained in:
parent
a67a34a06c
commit
25b9bacd0e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Navigation extends React.Component {
|
|||
|
||||
pollForMessages (ms) {
|
||||
this.props.getMessageCount(this.props.user.username);
|
||||
// We only poll if it has been less than 30 minutes.
|
||||
// We only poll if it has been less than 32 minutes.
|
||||
// Chances of someone actively using the page for that long without
|
||||
// a navigation is low.
|
||||
if (ms < 32 * 60 * 1000) { // 32 minutes
|
||||
|
|
Loading…
Reference in a new issue