summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
Diffstat (limited to 'demux')
-rw-r--r--demux/demux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux.c b/demux/demux.c
index 94966f1fc4..311c6704f9 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -114,7 +114,7 @@ const struct m_sub_options demux_conf = {
.max_bytes = 400 * 1024 * 1024,
.max_bytes_bw = 400 * 1024 * 1024,
.min_secs = 1.0,
- .min_secs_cache = 120.0,
+ .min_secs_cache = 10.0 * 60 * 60,
.seekable_cache = -1,
.access_references = 1,
},