Skip to content

Commit

Permalink
Undo timeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Dec 6, 2024
1 parent 45a262b commit 8066b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/player/FastStreamClient.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class FastStreamClient extends EventEmitter {
maxVideoSize: 5000000000, // 5GB max size
introCutoff: 5 * 60,
outroCutoff: 5 * 60,
bufferAhead: 180,
bufferAhead: 300,
bufferBehind: 20,
freeFragments: true,
downloadAll: false,
Expand Down
2 changes: 1 addition & 1 deletion chrome/player/network/StandardDownloader.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class StandardDownloader {
entry.status = DownloadStatus.DOWNLOAD_INITIATED;

const defaultConfig = {
timeout: 60000,
timeout: 30000,
maxRetry: 6,
retryDelay: 1000,
maxRetryDelay: 64000,
Expand Down

0 comments on commit 8066b31

Please sign in to comment.