mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
daa7fd2247
commit
13918ed81f
4 changed files with 6 additions and 6 deletions
|
@ -4663,7 +4663,7 @@ int SrsConfig::get_gop_cache_max_frames(string vhost)
|
|||
{
|
||||
SRS_OVERWRITE_BY_ENV_INT("srs.vhost.play.gop_cache_max_frames");
|
||||
|
||||
static int DEFAULT = 250;
|
||||
static int DEFAULT = 2500;
|
||||
|
||||
SrsConfDirective* conf = get_vhost(vhost);
|
||||
if (!conf) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue