websurfx/src
Kekma 2a4dd07752
feat: config option to configure the number of connections to have in the reqwest pool (#552)
* 🔧 Config: Updated `number_of_https_connections` for the HTTPS connection pool.

* (feat) : added the max idle pool per host option

* 📝 docs(config): add documentation back to the `http_adaptive_window_size` option (#532)

---------

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-09-30 15:22:25 +03:00
..
bin perf: several optimizations for improving the performance of the engine (#540) 2024-03-11 12:01:30 +03:00
cache feat: config option to configure the number of connections to have in the reqwest pool (#552) 2024-09-30 15:22:25 +03:00
config feat: config option to configure the number of connections to have in the reqwest pool (#552) 2024-09-30 15:22:25 +03:00
engines 🎨 style: change http/https header word/sentence casing (#555) 2024-04-25 20:31:47 +03:00
handler ♻️ Clean some code, fix bug (#396) 2023-11-27 09:45:28 +03:00
models feat: config option to configure the number of connections to have in the reqwest pool (#552) 2024-09-30 15:22:25 +03:00
results feat: config option to configure the number of connections to have in the reqwest pool (#552) 2024-09-30 15:22:25 +03:00
server feat: config option to configure the number of connections to have in the reqwest pool (#552) 2024-09-30 15:22:25 +03:00
templates feat: config option to configure the number of connections to have in the reqwest pool (#552) 2024-09-30 15:22:25 +03:00
lib.rs feat(config): option to keep the websurfx server connection alive for a certain period for subsequent requests (#568) 2024-05-09 17:24:12 +00:00