Hi
I'm using libgit2sharp to automatically update a local repository (~8GB in size) using "fetch". Fetch gets triggered every 20ish minutes; however, I see that intermittently, the fetch operation hangs indefinitely. I've seen fetch hang as much as 2 days sometimes.
- Is there a way to get some information about what is hanging under the hood, other than running it under debugger and hoping that it would hang?
- I couldn't find a way to specify a timeout for the fetch operation; is it possible? If not, does it qualify as a valid feature request?
Thanks!
Hi
I'm using libgit2sharp to automatically update a local repository (~8GB in size) using "fetch". Fetch gets triggered every 20ish minutes; however, I see that intermittently, the fetch operation hangs indefinitely. I've seen fetch hang as much as 2 days sometimes.
Thanks!