Reduce livestream chat size to 50
This commit is contained in:
parent
75bde149cf
commit
47c316e0ad
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ export const LIVESTREAM_REPLAY_API = 'https://api.live.odysee.com/v1/replays/ody
|
||||||
export const LIVESTREAM_RTMP_URL = 'rtmp://stream.odysee.com/live';
|
export const LIVESTREAM_RTMP_URL = 'rtmp://stream.odysee.com/live';
|
||||||
export const LIVESTREAM_KILL = 'https://api.stream.odysee.com/stream/kill';
|
export const LIVESTREAM_KILL = 'https://api.stream.odysee.com/stream/kill';
|
||||||
|
|
||||||
export const MAX_LIVESTREAM_COMMENTS = 75;
|
export const MAX_LIVESTREAM_COMMENTS = 50;
|
||||||
|
|
Loading…
Reference in a new issue