In my access logs, my server is handling hundreds of requests a minute (in the middle of the night) from people's browsers pinging the server for notifications. And to make it worse, each tab is independently pinging the server causing even more load. Is there a way to reduce this polling interval? Just seems like unnecessary overhead.
I've read https://confluence.atlassian.com/display/CONF43/Configuring+Workbox+Notifications but that appears to be how often the in-app notifications work between other apps, like JIRA.
Example from logs:
2015-10-23 02:04:20,702 INFO [http-nio-8090-exec-5] [atlassian.confluence.util.AccessLogFilter] doFilter userA GET http://wiki.company.com/rest/mywork/latest/status/notification/count 4183556 23 10.23.21.111 2015-10-23 02:04:20,979 INFO [http-nio-8090-exec-7] [atlassian.confluence.util.AccessLogFilter] doFilter userB GET http://wiki.company.com/rest/mywork/latest/status/notification/count 4182709 24 10.21.33.184 2015-10-23 02:04:21,359 INFO [http-nio-8090-exec-37] [atlassian.confluence.util.AccessLogFilter] doFilter userC GET http://wiki.company.com/rest/mywork/latest/status/notification/count 4181481-133 24 10.11.231.245
Hey there,
Go to the Logging and Profiling page and check if the "atlassian.confluence.util.AccessLogFilter" entry is in there. If yes, you can remove it or change its level.
Cheers,
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.