Revert "fix(player.js): set client side XHR timeout"
All checks were successful
Invidious CI / build (push) Successful in 5m29s
All checks were successful
Invidious CI / build (push) Successful in 5m29s
This reverts commit aff5fbb1aa
.
This commit is contained in:
parent
a0edf628ec
commit
918b2f312f
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ videojs.Vhs.xhr.beforeRequest = function(options) {
|
||||||
if (!options.uri.includes('local=true'))
|
if (!options.uri.includes('local=true'))
|
||||||
options.uri += '?local=true';
|
options.uri += '?local=true';
|
||||||
}
|
}
|
||||||
// Set XHR timeout because the default is 0
|
|
||||||
options.timeout = 30000;
|
|
||||||
return options;
|
return options;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue