Skip to content

Commit

Permalink
change default concurrency setting
Browse files Browse the repository at this point in the history
  • Loading branch information
algo7 committed May 2, 2022
1 parent c1f963f commit 3f0fc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
environment:
# It's either RESTO or HOTEL
SCRAPE_MODE: RESTO
CONCURRENCY: 8
CONCURRENCY: 10
# Dont touch anything below if you don't know what you are doing
image: ghcr.io/algo7/tripadvisor-review-scraper/scrap:latest
volumes:
Expand Down

0 comments on commit 3f0fc51

Please sign in to comment.