Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add limit on connection pool to prevent stalling issues in pyo3 and o…
…ther ffi boundaries (#1027) <!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Set `pool_max_idle_per_host(0)` in `create_tracing_client()` to prevent connection pool stalling issues across FFI boundaries. > > - **Behavior**: > - Set `pool_max_idle_per_host(0)` in `create_tracing_client()` in `mod.rs` to prevent stalling issues across FFI boundaries. > - Addresses issue seanmonstar/reqwest#600. > - **Misc**: > - Minor formatting change in `mod.rs`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 4808a8f. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information