Temporarily adjust upcoming buffer to 15 min + 5 min cache time (#518)
This commit is contained in:
parent
038692cafc
commit
accbde78e0
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ export const MAX_LIVESTREAM_COMMENTS = 50;
|
|||
|
||||
export const LIVESTREAM_STARTS_SOON_BUFFER = 5;
|
||||
export const LIVESTREAM_STARTED_RECENTLY_BUFFER = 15;
|
||||
export const LIVESTREAM_UPCOMING_BUFFER = 35;
|
||||
export const LIVESTREAM_UPCOMING_BUFFER = 20; // 35
|
||||
|
|
Loading…
Reference in a new issue