I'm using the library but the hardcoded timeout of 30" is too small for my use-case (I'm downloading very large files).
What do you think about making the value configurable?It could be added to DigestRequest and DigestTransport so that it's picked up by the paths that execute the requests eventually.
If that sounds good, I could prepare a patch. Thanks!
Hello,
I'm using the library but the hardcoded timeout of 30" is too small for my use-case (I'm downloading very large files).
What do you think about making the value configurable?It could be added to
DigestRequest
andDigestTransport
so that it's picked up by the paths that execute the requests eventually.If that sounds good, I could prepare a patch. Thanks!
P.S. This is probably related to #5.