Auditor can view a maximum of 1000 mails

Issue #187 resolved
Clemo created an issue

I notice that even on the demo site the auditor is limited to access a maximum of 1000 mails. Is there a special reason for this, and if not, is there a way to adjust the number ?

Comments (2)

  1. Janos SUTO repo owner

    It's a default value (limit) in searchd, however it's possible to extend it.

    To do so

    1. edit sphinx.conf, and edit "max_matches" in the searchd block, then restart searchd.

    2. edit config-site.php, and set $config['MAX_SEARCH_HITS']

    Please try to set a reasonable number, since the more search hits you want, the more resources you need to handle it. If you run into a php issue, than make sure to raise php internal limits as well (eg. memory limit, etc.)

  2. Log in to comment