Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes: USERS-193 a while ago I did some work to poll the unread_count less often but we decided even that was more than we needed and this is, by far, the Most frequently hit endpoint to our app servers. This change changes The polling interval from 60 seconds to 120 seconds (2 minutes) Which means that as long as you have a canvas page up in your browser, Every 2 minutes it will send an xhr request to know the number to put In that little badge next to the inbox icon in the nav header: Aka, this guy: https://cl.ly/4eb23d868886 Test plan: * if you load canvas, it should poll less frequently for the unread Count and it should still work flag=none Change-Id: I3cd2708ed04f12c97432e6bbe89db41d06fa4224 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/220600 Tested-by: Jenkins Tested-by: Service Cloud Jenkins <[email protected]> Reviewed-by: Charley Kline <[email protected]> QA-Review: Ryan Shaw <[email protected]> Product-Review: Ryan Shaw <[email protected]>
- Loading branch information