Question:
if the network is disconnected while uploading a file via sftp, the process hangs. looking in debug file, there's an nonstop printout of
ReadTimeoutMs exceeded.
readTimeoutMs: 10000
how can i detect this situation and avoid it?
the same question
Thanks. I fixed this for the next version to be released. You can avoid it by making sure VerboseLogging is turned off. (In general, only turn on VerboseLogging when there's a problem to be diagnosed, otherwise it can hurt performance.)