stream: fix off-by-factor-16 error in comment
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 20 Aug 2015 20:19:46 +0000 (22:19 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 24 Aug 2015 18:21:22 +0000 (20:21 +0200)
commit1a3f4a87b68eb5a906564b05f3774ea768fc510c
tree248a6f52d8b154ea1f18ed19b47d848d7fc2bdd9
parent2d251e661a8c761e0c1bd809fdc6a29179950c00
stream: fix off-by-factor-16 error in comment

The high watermark is capped at 8 MB, not 128 MB like the comment
in lib/_stream_readable.js said.

PR-URL: https://github.com/nodejs/node/pull/2479
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
lib/_stream_readable.js