Timeout requests to dandidav
that take too long to resolve
#20
Labels
configuration
easy
Not hard
enhancement
New feature or request therefor
good first issue
Good for newcomers
performance
Efficient use of time and space
The CLI should have a
--timeout
option that takes an integer number of seconds. When specified, requests to the server that take more than that many seconds to complete should be timed out; when not specified, no timeout should be in effect.This can be done via either the
TimeoutLayer
middleware orServiceBuilder::timeout()
.The text was updated successfully, but these errors were encountered: