fix and update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const GATEWAY_RETRY_STATUS = new Set([502, 503, 504]);
|
||||
const MEDIA_FETCH_MAX_ATTEMPTS = 8;
|
||||
const MEDIA_FETCH_MAX_ATTEMPTS = 3;
|
||||
const MEDIA_SLOW_LOAD_WARN_MS = 8_000;
|
||||
const MEDIA_STREAM_PATH = '/media/stream/';
|
||||
const SAME_ORIGIN_API_PREFIX = '/idp-api';
|
||||
|
||||
Reference in New Issue
Block a user