I've been using feathers a lot and love it, but I need to return over 1000 records for a special case. However, no matter what I do, Feathers returns a query resetting $limit to 1000, and only returns 1000 records.
I know it's getting my $limit conveyed, because if I set the limit to 1, 10, 500 or 999 it respects it, but if I set it to 1001 or anything higher, it only returns 1000.
I'm using feathers with MySQL and feathers-sequalize.