When the extension displays the message “Too many attempts”, you have reached the limit of the built-in rate limiter. This limiter controls network traffic per user to ensure the extension remains stable.
This error usually indicates that the database table contains too much data. The extension loads data in chunks of 1,000 rows, which means a user can load a maximum of 60,000 rows at once.
While it is possible to increase these limits, doing so comes with drawbacks—such as hitting memory limits or impacting performance. The recommended solution is to reduce the amount of data being loaded.
If you do want to increase the pagination size, alter the 'Chunk Size' setting in the advanced settings of the Management console: