Raising the limit of top clients list

I am only seeing 10 clients listed in the top clients list. Is there a way to raise this to include more?

EDIT: I found this thread and edited /srv/http/pihole/admin/scripts/pi-hole/js/index.js like this which gives the effect I am looking for... is there a variable that can be set somewhere to do this instead of editing the source file?

...
  // $.getJSON("api.php?summaryRaw&getQuerySources&topClientsBlocked", function (data) {
  $.getJSON("api.php?summaryRaw&getQuerySources=25&topClientsBlocked=25", function (data) {

No, there is no variable. You need to edit the source code.

Thanks for confirming. Not a big deal just wanted to check.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.