Filter_limit not working with API.getBulkRequest

Hi Everyone,
I’ve a request to get a multiple visitors profiles (with segment by visitor ID) concatenating a lot of Live.getVisitorProfile calls with API.getBulkRequest method. I’m triying to get 10.000 visitors profiles but the request ever return 995 rows, i tried with filter_limit (in url request, and config.init.php with API_datatable_default_limit), but ever returns max 995 .

filter_limit is not working with API.getBulkRequest method?