W3cubDocs

/Ember.js 4

Class Adapter

public
Extends: Ember.EmberObject
Defined in: ../packages/adapter/addon/index.ts:151
Module: @ember-data/adapter

coalesceFindRequests public

Module: @ember-data/adapter

By default the store will try to coalesce all findRecord calls within the same runloop into as few requests as possible by calling groupRecordsForFindMany and passing it into a findMany call. You can opt out of this behaviour by either not implementing the findMany hook or by setting coalesceFindRequests to false.

© 2022 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember-data/4.9/classes/Adapter/properties