service workers adjust

This commit is contained in:
Ravi Prasad
2025-07-17 00:44:02 -05:00
parent a16c003d87
commit 529e53cb31
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
)
const boxScoreURLBase = "https://www.basketball-reference.com"
const numWorkers = 8 // Number of concurrent scrapers. Adjust based on your machine and network.
const numWorkers = 5 // Number of concurrent scrapers. Adjust based on your machine and network.
// ScrapedResult holds all the parsed stats from a single game.
type ScrapedResult struct {