Currently we use a hardcoded value to limit how many domains we can fetch data for at one time, but I feel like the user should have control of this value. For example, if I have a list of root domains which has over 10k entries, having a hardcoded value setting the limit to 200 might be capping me for no reason.
Instead we should add a flag with a default value set to something reasonable.
https://github.com/junnlikestea/vita/blob/2b237cf847fa6ad8d5ec506a5dea678fc360e5b5/src/lib.rs#L109
Currently we use a hardcoded value to limit how many domains we can fetch data for at one time, but I feel like the user should have control of this value. For example, if I have a list of root domains which has over 10k entries, having a hardcoded value setting the limit to 200 might be capping me for no reason.
Instead we should add a flag with a default value set to something reasonable.