You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Don't forget to remove deprecated code on each major release!
36
36
- Added `reactpy.reactjs.component_from_string` to import ReactJS components from a string.
37
37
- Added `reactpy.reactjs.component_from_npm` to import ReactJS components from NPM.
38
38
- Added `reactpy.h` as a shorthand alias for `reactpy.html`.
39
+
- Added `reactpy.config.REACTPY_MAX_QUEUE_SIZE` to configure the maximum size of all ReactPy asyncio queues (e.g. receive buffer, send buffer, event buffer) before ReactPy begins waiting until a slot frees up. This can be used to constraint memory usage.
0 commit comments