don't overlay pixelflasher and don't patch attic num_prefetch
This commit is contained in:
parent
b5d3358f52
commit
57aa110347
4 changed files with 0 additions and 28 deletions
|
@ -11,13 +11,4 @@ index 02e4857..b522154 100644
|
|||
Download::Url(url) => Ok(Redirect::temporary(&url).into_response()),
|
||||
Download::AsyncRead(stream) => {
|
||||
let stream = ReaderStream::new(stream).map_err(|e| {
|
||||
@@ -262,7 +262,7 @@ async fn get_nar(
|
||||
|
||||
// TODO: Make num_prefetch configurable
|
||||
// The ideal size depends on the average chunk size
|
||||
- let merged = merge_chunks(chunks, streamer, storage, 2).map_err(|e| {
|
||||
+ let merged = merge_chunks(chunks, streamer, storage, 8).map_err(|e| {
|
||||
tracing::error!(%e, "Stream error");
|
||||
e
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue