Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrevinnoc committed Mar 7, 2021
1 parent 0835a05 commit 9654d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ with open("tranco_JKGY.csv") as tranco:
SEED_URLS = [x.strip() for x in tranco.readlines()]
PEER_PORT = 3000
LIMIT_DOMAINS = None
ALLOWED_DOMAINS = ["*"]
ALLOWED_DOMAINS = []
CONCURRENT_REQUESTS = 10
CONCURRENT_REQUESTS_PER_DOMAIN = 2.0
CONCURRENT_ITEMS = 100
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It is suggested to start with this configuration template, which is essentially
SEED_URLS = [x.strip() for x in tranco.readlines()]
PEER_PORT = 3000
LIMIT_DOMAINS = None
ALLOWED_DOMAINS = ["*"]
ALLOWED_DOMAINS = []
CONCURRENT_REQUESTS = 10
CONCURRENT_REQUESTS_PER_DOMAIN = 2.0
CONCURRENT_ITEMS = 100
Expand Down

0 comments on commit 9654d20

Please sign in to comment.