mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
bump buffer size
This commit is contained in:
parent
4dc9624818
commit
a98dca12a9
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class ParallelDownloader:
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
max_concurrent_downloads: int = 3,
|
max_concurrent_downloads: int = 3,
|
||||||
buffer_size: int = 32 * 1024,
|
buffer_size: int = 1024 * 1024,
|
||||||
timeout: int = 30,
|
timeout: int = 30,
|
||||||
):
|
):
|
||||||
self.max_concurrent_downloads = max_concurrent_downloads
|
self.max_concurrent_downloads = max_concurrent_downloads
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue