From 1b9ff60ea6c33152411218c696bd67daf749fbd2 Mon Sep 17 00:00:00 2001 From: Malte-Thorben Bruns Date: Sun, 26 Apr 2015 22:40:52 +0200 Subject: [PATCH] doc: describe opt_max argument [ci skip] --- doc/api.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api.markdown b/doc/api.markdown index 919435a..2d6ee91 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -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.