laravel-api-handler icon indicating copy to clipboard operation
laravel-api-handler copied to clipboard

Added max_limit option to config file

Open abhimanyu003 opened this issue 10 years ago • 0 comments
trafficstars

Added max_limit option to config file. This is very helpful for limiting the results that can be fetched.

It is very helpful in preventing server abuse by requesting large number for results such as ?q=99999

If null is defined then the number max_limit option is ineffective and number of results will be equivalent as that of number passed in limit parameter.

abhimanyu003 avatar Jul 13 '15 05:07 abhimanyu003