Skip to content

Commit

Permalink
Merge pull request #335 from pipermerriam/piper/expand-concurrency
Browse files Browse the repository at this point in the history
expand concurrency
  • Loading branch information
pipermerriam committed Dec 19, 2020
2 parents cc8b4e5 + aeb7073 commit 9cefff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ddht/v5_1/alexandria/content_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(
self,
network: AlexandriaNetworkAPI,
content_manager: ContentManagerAPI,
concurrency: int = 3,
concurrency: int = 6,
) -> None:
self._network = network
self.content_manager = content_manager
Expand Down
2 changes: 1 addition & 1 deletion ddht/v5_1/alexandria/content_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
self,
network: AlexandriaNetworkAPI,
content_storage: ContentStorageAPI,
concurrency: int = 3,
concurrency: int = 6,
max_size: Optional[int] = None,
) -> None:
self._network = network
Expand Down

0 comments on commit 9cefff7

Please sign in to comment.