Skip to content

Commit 18791f9

Browse files
committed
Add changelog
1 parent e4dd8f6 commit 18791f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Don't forget to remove deprecated code on each major release!
3636
- Added `reactpy.reactjs.component_from_string` to import ReactJS components from a string.
3737
- Added `reactpy.reactjs.component_from_npm` to import ReactJS components from NPM.
3838
- 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.
3940

4041
### Changed
4142

0 commit comments

Comments
 (0)