@eluvio/elv-client-js 4.2.3 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Utils.js +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-client-js",
3
- "version": "4.2.3",
3
+ "version": "4.2.5",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
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
- "maxBufferHole": 2.2,
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)) {