DS.Adapter#coalesceFindRequests

coalesceFindRequests{boolean}

Defined in addon/adapter.js:412

By default the store will try to coalesce all fetchRecord 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.

doc_EmberJs
2016-11-30 16:49:21
Comments
Leave a Comment

Please login to continue.