Skip to content

Commit

Permalink
Removed duplicated property
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed May 27, 2011
1 parent 51e2208 commit 1811c1b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Readme.md
Expand Up @@ -108,19 +108,6 @@ characters.
If you know what you are doing, you can set this property to `Infinity` to
disable this feature. You can also modify this property during runtime.

### delayedStream.maxDataSize = 1024 * 1024

The amount of data to buffer before emitting an `error`.

If the underlaying source is emitting `Buffer` objects, the `maxDataSize`
refers to bytes.

If the underlaying source is emitting JavaScript strings, the size refers to
characters.

If you know what you are doing, you can set this property to `Infinity` to
disable this feature.

### delayedStream.dataSize = 0

The amount of data buffered so far.
Expand Down

0 comments on commit 1811c1b

Please sign in to comment.