doc/protocols: document cache option

Add entry for read_ahead_limit
pull/371/head
Gyan Doshi 4 years ago
parent 5b48d2af43
commit bff6fbead8
  1. 10
      doc/protocols.texi

@ -175,6 +175,16 @@ Caching wrapper for input stream.
Cache the input stream to temporary file. It brings seeking capability to live streams.
The accepted options are:
@table @option
@item read_ahead_limit
Amount in bytes that may be read ahead when seeking isn't supported. Range is -1 to INT_MAX.
-1 for unlimited. Default is 65536.
@end table
URL Syntax is
@example
cache:@var{URL}
@end example

Loading…
Cancel
Save