Skip to content

Commit

Permalink
oops: don't use WebTransport by default
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 29, 2024
1 parent 5162220 commit 330d2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const FILE_SIZE_LIMIT = 4 * 1024 * 1024 * 1024; //are we even allowed to allocat
const FILE_CHUNKS_SIZE = 128 * 1024;
const MAX_CONCURRENT_FILES = 5;
const CHUNK_TIMEOUT = 10 * 1000;
const WEBTRANSPORT = true;
const WEBTRANSPORT = false;

const TEXT_PLAIN = "text/plain";
const UTF8_STRING = "UTF8_STRING";
Expand Down

0 comments on commit 330d2c9

Please sign in to comment.