diff options
-rw-r--r-- | options/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/options.c b/options/options.c index 0c2f8257df..784ef00867 100644 --- a/options/options.c +++ b/options/options.c @@ -587,8 +587,8 @@ const struct MPOpts mp_default_opts = { .seek_min = 500, .file_max = 1024 * 1024, }, - .stream_cache_pause = 500, - .stream_cache_unpause = 1000, + .stream_cache_pause = 50, + .stream_cache_unpause = 100, .network_rtsp_transport = 2, .chapterrange = {-1, -1}, .edition_id = -1, |