Reduce livestream chat size to 50

This commit is contained in:
infinite-persistence 2021-11-17 21:04:17 +08:00
parent 75bde149cf
commit 47c316e0ad
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -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;