Skip to content

Commit

Permalink
Increasing default num_pools to 4
Browse files Browse the repository at this point in the history
Fix #946
  • Loading branch information
Yomguithereal committed Apr 15, 2024
1 parent d61fff6 commit f9722c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minet/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def looks_like_html(html_chunk: bytes) -> bool:
def create_pool_manager(
proxy: Optional[str] = None,
parallelism: int = 1,
num_pools: Optional[int] = None,
num_pools: int = 4,
insecure: bool = False,
spoof_tls_ciphers: bool = False,
**kwargs,
Expand Down

0 comments on commit f9722c4

Please sign in to comment.