We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b192059 commit cadbe9aCopy full SHA for cadbe9a
src/wasm/src/funcs.rs
@@ -151,9 +151,8 @@ impl DownloadNavigationData {
151
.wait_for_data()
152
.await?;
153
154
- // Write and force flush to limit how much data we hold in memory at a time (will be a max of DOWNLOAD_CHUNK_SIZE_BYTES)
+ // Write to limit how much data we hold in memory at a time (will be a max of DOWNLOAD_CHUNK_SIZE_BYTES)
155
download_file.write_all(&data)?;
156
- download_file.flush()?;
157
}
158
159
Ok(())
0 commit comments