mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
service workers adjust
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user