cache: bump default size to 150MB

(Well, almost 150MB.)
This commit is contained in:
wm4
2015-03-12 23:43:45 +01:00
parent 9a7fc55607
commit 1eeeab2e14
2 changed files with 2 additions and 2 deletions

View File

@@ -3077,7 +3077,7 @@ Cache
because no space is reserved for seeking back yet.
``--cache-default=<kBytes|no>``
Set the size of the cache in kilobytes (default: 25000 KB). Using ``no``
Set the size of the cache in kilobytes (default: 150000 KB). Using ``no``
will not automatically enable the cache e.g. when playing from a network
stream. Note that using ``--cache`` will always override this option.

View File

@@ -729,7 +729,7 @@ const struct MPOpts mp_default_opts = {
.position_resume = 1,
.stream_cache = {
.size = -1,
.def_size = 25000,
.def_size = 150000,
.initial = 0,
.seek_min = 500,
.file_max = 1024 * 1024,