From 1eeeab2e1490d99b41d3585b4082f8bd404a4da6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 12 Mar 2015 23:43:45 +0100 Subject: cache: bump default size to 150MB (Well, almost 150MB.) --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index d985086a6e..737d2e5814 100644 --- a/options/options.c +++ b/options/options.c @@ -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, -- cgit v1.2.3