summaryrefslogtreecommitdiff
path: root/Utility/ThreadScheduler.hs
Commit message (Collapse)AuthorAge
* Merge from git-annex.Joey Hess2014-07-21
|
* merge from git-annexJoey Hess2014-04-23
|
* sync from git-annexJoey Hess2013-12-10
|
* fix cat-file stall bugJoey Hess2013-11-20
Apparently some corruption to an object can cause cat-file to say it's N bytes long, but only output N-M bytes of data. This causes Git.CatFile to stall waiting for the rest. To fix, add a 1 minute timeout to the cat-file, which should be enough time to read any reasonable object.