Skip to content

Commit

Permalink
abugames: Reduce default concurrency due to the new URL
Browse files Browse the repository at this point in the history
The enpointe does not support large concurrent requests (at least
with this filtering options set).
  • Loading branch information
kodawah committed Sep 5, 2024
1 parent 5ccdfe7 commit 3e0f689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abugames/abugames.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
defaultConcurrency = 8
defaultConcurrency = 4
)

type ABUGames struct {
Expand Down

0 comments on commit 3e0f689

Please sign in to comment.