Description
We need to update our application to configure the new backpressure mechanism introduced in v1.7.0 Polkadot SDK. The new backpressure handling ensures that our application can manage data flow more efficiently, preventing bottlenecks and enhancing overall performance.
Acceptance Criteria
- Identify and understand the new backpressure configuration options introduced in the latest SDK update.
- Perform load tests to ensure the application handles data flow efficiently under different load conditions.
Notes
- Refer to the pull request #1313 on the Polkadot SDK GitHub repository for detailed information on the backpressure updates.
Description
We need to update our application to configure the new backpressure mechanism introduced in v1.7.0 Polkadot SDK. The new backpressure handling ensures that our application can manage data flow more efficiently, preventing bottlenecks and enhancing overall performance.
Acceptance Criteria
Notes