Pagination added in find() & findAll() function

Dear all,

While load test, I observed that find() & findAll() both the functions are taking pagination query added in any select command.

When checked in framework file its written hard coded there.

This will be applicable for all, is there any way to remove it by sending some extra parameter in function, so when we need a grid/list view it should be avail in select query but when its just to be use to get data it should not be applicable.

Or any alternative approach? As above given solution(limit) is not working at my end.