Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
doc: describe opt_max argument
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
skenqbx committed Apr 26, 2015
1 parent 8ba0ce7 commit 1b9ff60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ The plugin API offers [call.__buffer()](./plugin-api.markdown#call__buffer) to e
### new ReplayBuffer(opt_max)
Creates a new `ReplayBuffer` object.

- `{number} opt_max` is the maximum size of all buffered chunks, defaults to `134217728` (128 MiB)

#### replayBuffer.max
The maximum number of bytes allowed to buffer.

Expand Down

0 comments on commit 1b9ff60

Please sign in to comment.