Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 343 Bytes

File metadata and controls

4 lines (4 loc) · 343 Bytes

Moved concurrency-limiting functionality to store classes. The global configuration object no longer controls concurrency limits. Concurrency limits, if applicable, must now be specified when constructing a store. Users who have subclassed the Store class should implement concurrency-limiting logic if appropriate for their storage backend.