Closed neon-mmd closed 1 month ago
The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md
@neon-mmd i would like to work on this issue
@neon-mmd i would like to work on this issue
Yes, sure, we would be glad to assign this issue to you, but our suggestion would be to do it step by step like one issue at a time. This allows others who might be willing to contribute to take up these issue as well (in other words, it will not block them from contributing). Actually, we are not suggesting that we will not assign them to you at all. We are just recommending that it would be better to do it step by step so if anyone is willing to contribute, they can also do so without getting blocked. If nobody does take this up, then we will for sure assign it to you. :slightly_smiling_face: .
@neon-mmd can you assign me this issue now?
@neon-mmd can you assign me this issue now?
Yes sure, we will assign this issue to you. You may start working on it right away :rocket: :slightly_smiling_face: .
Stale issue message
Work Expected From The Issue
Provide a config option to allow user to configure the amount of connections to have in the
reqwest
connection pool.The issue expects the following files to be changed:
src/results/aggregator.rs
src/parser/config.rs
websurfx/config.lua
Reason Behind These Changes
The reason behind having these changes is to allow the user to configure the amount of connections to have in the
reqwest
connection pool which can help keep user specified amount of connections in the pool which can help reduce the time it takes to create new connections by using the existing available connections in the pool which in turn helps improve user experience.Sample Code
The sample codes for two of the files from the above mentioned files has been provided below:
aggregator.rs
config.lua