ethersphere/bee-js

Allow disabling timeout per call

AuHau opened this issue · 0 comments

AuHau commented

You can set timeout globally using the Bee or BeeDebug constructor options, but you might want to disable timeout for some method calls using the RequestOptions, but that supports only specifying number while ky needs to pass false inorder to disable the timeout.