Add timeouts support
Closed this issue · 1 comments
angelnu commented
As I tried to add static DHCP rules for 150 devices I found that defining them individually takes very long on refresh. So instead I am defining them together in a single config_block.
The issue is that the command takes above 10 seconds so it timeouts due to the hardcoded 10 seconds timeout in the provider.
So I would propose to implement cutomizable timeouts.
I could contribute a PR in a few day.