Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent Scraper Updgrade #1828

Merged
merged 4 commits into from
Aug 28, 2024
Merged

Conversation

pops64
Copy link
Contributor

@pops64 pops64 commented Aug 26, 2024

Will no longer wait for the entire wait group to finish before adding more workers. It will add one when below the concurrent scraper count. This increases speed by about 20%. Tested twice so far no bugs apparent

pops64 and others added 4 commits August 25, 2024 19:53
Will now no longer wait for the entire wait group to finish before adding more workers. It will add them one when below the concurrent scraper count
Switch to using a function to retrive the count instead of direct access. Something this low level probably should be protected.
@crwxaj crwxaj merged commit d648c4c into xbapps:master Aug 28, 2024
1 check passed
crwxaj pushed a commit to crwxaj/xbvr that referenced this pull request Aug 28, 2024
crwxaj added a commit that referenced this pull request Aug 28, 2024
This reverts commit d648c4c.

Co-authored-by: crwxaj <crwxaj>
crwxaj pushed a commit that referenced this pull request Oct 11, 2024
crwxaj added a commit that referenced this pull request Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants