summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-12 21:41:37 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-12 21:41:37 -0400
commit46588674b081cd4ea5820680d8fc15c81ed175ad (patch)
tree29055caae381eb6a2bb857a258ec43caecb4df11 /Backend.hs
parent0e45b762a07d12dbc099936a8481bda9c02d0318 (diff)
avoid closing pipe before all the shas are read from it
Could have just used hGetContentsStrict here, but that would require storing all the shas in memory. Since this is called at the end of a git-annex run, it may have created a *lot* of shas, so I avoid that memory use and stream them out like before.
Diffstat (limited to 'Backend.hs')
0 files changed, 0 insertions, 0 deletions