We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60192ee commit e86ceddCopy full SHA for e86cedd
1 file changed
changes/3547.misc.md
@@ -1,2 +1,4 @@
1
Moved concurrency-limiting functionality to store classes. The global configuration object no longer
2
-controls concurrency limits. Concurrency limits, if applicable, must now be specified when constructing a store.
+controls concurrency limits. Concurrency limits, if applicable, must now be specified when constructing a store.
3
+Users who have subclassed the `Store` class should implement concurrency-limiting logic if appropriate for
4
+their storage backend.
0 commit comments