Is it possible to configure a hangfire server to not check the storage for timed out jobs?

I have multiple server running multiple services for Hangifre. All of them are checking the storage for timedout jobs every minute. I don’t need all server to check all queues every minute.

Is there an option to let hangfire servers check the jobs, every 30 minutes or so?