We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maxHistory
In v5 dashboard the graphics range was limited to match MAXLOGAGE. This was done in #2585, but we never ported this behavior to v6.
Currently the range is hard-coded as 24h. Example:
web/index.lp
Line 85 in 42e7279
And apparently the webserver.maxHistory option is not applied to the web interface at all.
webserver.maxHistory
This issue was reported on Discourse: https://discourse.pi-hole.net/t/pihole-v6-dbimport-and-graph-on-dasboard/76718
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In v5 dashboard the graphics range was limited to match MAXLOGAGE.
This was done in #2585, but we never ported this behavior to v6.
Currently the range is hard-coded as 24h.
Example:
web/index.lp
Line 85 in 42e7279
And apparently the
webserver.maxHistory
option is not applied to the web interface at all.This issue was reported on Discourse:
https://discourse.pi-hole.net/t/pihole-v6-dbimport-and-graph-on-dasboard/76718
The text was updated successfully, but these errors were encountered: