Open
Description
Describe your feature request
I am using nuclei as an SDK
I want to use ThreadSafeNucleiEngine with a lower MaxHostError and Timeout value than the default config but when I use the WithNetworkConfig() option I get an error "Option WithNetworkConfig not supported in thread safe mode". These two options I want to change would be applied when the ThreadSafeNucleiEngine is initialized and I don't think changing them would cause issues with threadsafety.
Describe the use case of the feature
Lowering MaxHostError and Timeout allows me to tweak nuclei's performance to my needs.
Describe alternatives you've considered
No response
Additional context
No response