In SQL Profiler (for SPs), it seems my (single) SSRS Report Server instance is repeatedly accessing the ReportServer SQL DB every 10 seconds. The SSRS Stored Procedures being run are: GetCurrentProductInfo GetAllConfigurationInfo GetAnnouncedKey AnnounceOrGetKey
Is there any way to reduce the frequency of these SSRS requests ?
I've changed various settings in RSReportService.config, inc. PollingInterval (from 10s to 28800s), but none of this has had any effect on the above, even after re-start, re-boot.
Thanks for info/help.