-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
feathersjs/feathers
#2945Description
When using multi: true
, the create
method is slow. See: https://discord.com/channels/509848480760725514/1049386346030047293
Solutions
- This line:
Line 219 in c8e894c
return Promise.all(Object.values(result.insertedIds).map(_id => this.Model.findOne({ _id }, options))); - Implement some
$returning: false
or$limit: 0
to disable Feathers from returning results.
Metadata
Metadata
Assignees
Labels
No labels