Polling frequency graphs

In my librenms installation I have increased polling to 2 minute intivals as well as 1 Minute ping checks to get a better overview of my network.

However I noticed that the graphs displayed on the webpage we still defaulting to load to 5 minute intivals. Not because I hadn’t set the correct variable and system setting.

This appears to be because in LibreNMS/Config.php $now is set to always be $now % 360 (5 Minutes).

Is there any scope for this to be variable dependant so if increased polling is used then the graphs load correctly.

Thanks