[ad_1]
Have found it’s linked to the simple history widget and disabled that on the dashboard to stop those requests. Would be great if this was extended to 30s+ as having the dashboard open by multiple users could lead to a lot of requests.
Edit: found the filter to edit this:
add_filter('SimpleHistoryNewRowsNotifier/interval', function(){
return 300000;
}, 10);
