PasswordState icon indicating copy to clipboard operation
PasswordState copied to clipboard

Get-PasswordStateListPasswords Timeout

Open dregier opened this issue 7 years ago • 1 comments

We have a very large password list with 15000+ passwords in it. When trying to run Get-PasswordStateListPasswords I receive a Invoke-RestMethod: The operation has timed out error. Line 47

Can we extend the timeout settings somehow?

dregier avatar Oct 19 '18 18:10 dregier

Hi @dregier. I believe we can probably expose a -TimeoutSec parameter which can then be applied to Invoke-RestMethod. This way you can set your timeout value.

devblackops avatar Oct 25 '18 16:10 devblackops