Set maxLimit in config
Open
- Dominant language
- PHP
- Stars
- 8
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
If you have a high number of records, allowing a user-definable limit option can be dangerous, but is still beneficial. So by allowing a maxLimit to be defined in the config would prevent the user from accessing 25,000 records and timing out or clogging up the system!
Setting a default maxLimit value of 0 could disable this check.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.