Plugin provide some different hardcoded limit to display metrics
By default is set to 20 at :
https://github.com/AlternC/alternc-metrics-basic/blob/main/src/panel/class/m_metrics.php#L60
But is set to 100 at :
https://github.com/AlternC/alternc-metrics-basic/blob/main/src/panel/admin/metrics_details.php#L54
By default should be set to empty/null without limit and use variable to overwrite these values
Plugin provide some different hardcoded limit to display metrics
By default is set to 20 at :
https://github.com/AlternC/alternc-metrics-basic/blob/main/src/panel/class/m_metrics.php#L60
But is set to 100 at :
https://github.com/AlternC/alternc-metrics-basic/blob/main/src/panel/admin/metrics_details.php#L54
By default should be set to empty/null without limit and use variable to overwrite these values