Skip to content

Commit

Permalink
feat(avnetwork): IOLoader isLive 默认值改为 false
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohappy committed Dec 15, 2024
1 parent c552c11 commit 807f861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avnetwork/ioLoader/IOLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export type IOLoaderOptions = {
}

const optionsDefault = {
isLive: true,
isLive: false,
preload: 5 * 1024 * 1024,
retryCount: 20,
retryInterval: 1
Expand Down

0 comments on commit 807f861

Please sign in to comment.