Skip to content

Commit

Permalink
Fix disableThrottle
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity committed Mar 22, 2024
1 parent e945d44 commit 2fb2411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ElectronDownloadManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ export class ElectronDownloadManager implements IElectronDownloadManager {
await dbg.sendCommand('Network.enable')
await dbg.sendCommand('Network.emulateNetworkConditions', {
offline: false,
upload: -1,
download: -1,
downloadThroughput: -1,
uploadThroughput: -1,
latency: 0,
})
dbg.detach()
Expand Down

0 comments on commit 2fb2411

Please sign in to comment.