Closed DaddyWarbucks closed 1 year ago
When using multi: true, the create method is slow. See: https://discord.com/channels/509848480760725514/1049386346030047293
multi: true
create
Solutions
$returning: false
$limit: 0
I think this will be addressed via https://github.com/feathersjs/feathers/pull/2945 - closing this issue to archive this repository since it has moved.
When using
multi: true
, thecreate
method is slow. See: https://discord.com/channels/509848480760725514/1049386346030047293Solutions
$returning: false
or$limit: 0
to disable Feathers from returning results.