Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Mar 7, 2021
1 parent 3d3b1f2 commit 389eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fastboot.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h1>fastboot.js</h1>
// max download size even if the bootloader can accept more data.
const MAX_DOWNLOAD_SIZE = 1024 * 1024 * 1024; // 1 GiB

const GETVAR_TIMEOUT = 2500; // ms
const GETVAR_TIMEOUT = 10000; // ms

/**
* Exception class for USB errors not directly thrown by WebUSB.
Expand Down

0 comments on commit 389eebb

Please sign in to comment.