Skip to content

Commit

Permalink
fix: decrease usnws page size
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Oct 1, 2023
1 parent 553c68d commit 33abc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/usnws/descriptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var Descriptor = &core.ScriptDescriptor{
Mode: core.AllAtOnce,
DefaultOptions: func() interface{} {
return &optionsUsnws{
pageSize: 1000, // defaults to 5000 if not mentioned at all, total around 10500
pageSize: 100, // defaults to 5000 if not mentioned at all, total around 10500
numWorkers: 5,
}
},
Expand Down

0 comments on commit 33abc84

Please sign in to comment.