From 25b9bacd0e650e1c257960627439c1b8809977a6 Mon Sep 17 00:00:00 2001 From: picklesrus Date: Thu, 6 Aug 2020 13:13:12 -0400 Subject: [PATCH] Update comment to match code --- src/components/navigation/www/navigation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navigation/www/navigation.jsx b/src/components/navigation/www/navigation.jsx index 81c83681e..7091ce434 100644 --- a/src/components/navigation/www/navigation.jsx +++ b/src/components/navigation/www/navigation.jsx @@ -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