0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-24 06:58:22 -05:00
websurfx/src/cache
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
..
cacher.rs feat: config option to configure the number of connections to have in the reqwest pool (#552) 2024-09-30 15:22:25 +03:00
encryption.rs Compression and encryption for the cached search results (#443) 2024-01-11 11:10:35 +00:00
error.rs Compression and encryption for the cached search results (#443) 2024-01-11 11:10:35 +00:00
mod.rs Compression and encryption for the cached search results (#443) 2024-01-11 11:10:35 +00:00
redis_cacher.rs perf: replace Vec<T> with Box<T> & initialize vectors with capacity by default (#603) 2024-09-05 22:03:23 +05:30