Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: reduce max connections used in download (ollama#6347)
The previous value of 64 was WAY too high and unnecessary. It reached diminishing returns and blew past it. This is a more reasonable number for _most_ normal cases. For users on cloud servers with excellent network quality, this will keep screaming for them, without hitting our CDN limits. For users with relatively poor network quality, this will keep them from saturating their network and causing other issues.
- Loading branch information