@eluvio/elv-client-js 4.2.4 → 4.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/Utils.js +1 -4
package/package.json
CHANGED
package/src/Utils.js
CHANGED
|
@@ -777,10 +777,7 @@ const Utils = {
|
|
|
777
777
|
/^((?!chrome|android).)*safari/i.test(window.navigator.userAgent);
|
|
778
778
|
|
|
779
779
|
const defaultSettings = {
|
|
780
|
-
"
|
|
781
|
-
"nudgeOffset": 0.2,
|
|
782
|
-
"nudgeMaxRetry": 12,
|
|
783
|
-
"highBufferWatchdogPeriod": 1
|
|
780
|
+
"backBufferLength": 90
|
|
784
781
|
};
|
|
785
782
|
|
|
786
783
|
if(!isSafari && ["ull", "ultraLowLatency"].includes(profile)) {
|