mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +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__(
|
||||
self,
|
||||
max_concurrent_downloads: int = 3,
|
||||
buffer_size: int = 32 * 1024,
|
||||
buffer_size: int = 1024 * 1024,
|
||||
timeout: int = 30,
|
||||
):
|
||||
self.max_concurrent_downloads = max_concurrent_downloads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue