The estimation is pretty rough and in most cases pessimistic. It reserves multiple blocks of margin to prevent filling up the device.
With the default configuration of the usbip runner, it estimates the value to be around 40, and I could generate more than 60.
For now, this PR removes the hard-coded limitation when generating credentials.
This makes credential generation faster, but at the same time this could prove to be an issue when listing credential (even the USBIP version is pretty slow to list all credentials).
The estimation is pretty rough and in most cases pessimistic. It reserves multiple blocks of margin to prevent filling up the device.
With the default configuration of the usbip runner, it estimates the value to be around 40, and I could generate more than 60.
For now, this PR removes the hard-coded limitation when generating credentials. This makes credential generation faster, but at the same time this could prove to be an issue when listing credential (even the USBIP version is pretty slow to list all credentials).