Skip to content

Commit

Permalink
Update routing/providerquerymanager/providerquerymanager.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hector Sanjuan <code@hector.link>
  • Loading branch information
gammazero and hsanjuan authored Nov 27, 2024
1 parent fa11dd0 commit 139600b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/providerquerymanager/providerquerymanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func WithMaxTimeout(timeout time.Duration) Option {

// WithMaxInProcessRequests is the maximum number of requests that can be
// processed in parallel. If this is 0, then the number is unlimited. Default
// is defaultMaxInProcessRequests.
// is defaultMaxInProcessRequests (16).
func WithMaxInProcessRequests(count int) Option {
return func(mgr *ProviderQueryManager) error {
mgr.maxInProcessRequests = count
Expand Down

0 comments on commit 139600b

Please sign in to comment.