veteranbv opened a new pull request, #559: URL: https://github.com/apache/incubator-ponymail/pull/559
This update enhances the `stats.lua` script by implementing pagination, enabling users to view and analyze larger datasets efficiently. Several ASF projects have monthly activity exceeding the 5000-message limit previously imposed. With pagination, users can navigate through data in manageable chunks, making the script more scalable and suitable for high-volume mailing lists. Additionally: - Removed duplicate variable declarations for `dhh` and `total_hits` to improve code maintainability. - Refactored query logic to handle offsets and scrolling for large result sets, ensuring compatibility with Elasticsearch's `MAX_RESULT_WINDOW`. These changes improve usability for larger ASF projects while maintaining backward compatibility for smaller datasets. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ponymail.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org