Dashboard Refresh Rate

We’ve implemented HangFire dashboard into an ASP.NET Core web application. One thing I’ve noticed is the web page for the dashboard refresh rate is like every couple seconds. In other words, when I look at the network traffic in my web browsers debugger, a POST request is being made to the /HangFire URL every 2 seconds. Is there a way to control that, “throttle it” in some fashion?