Skip to content

Commit 8b940f2

Browse files
authored
datasources: querier: temporary concurrency fix (#108503)
1 parent caa75b1 commit 8b940f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/services/query/query.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ func QueryData(ctx context.Context, log log.Logger, dscache datasources.CacheSer
223223
dataSourceRequestValidator: validations.ProvideValidator(),
224224
mtDatasourceClientBuilder: mtDatasourceClientBuilder,
225225
headers: headers,
226+
concurrentQueryLimit: 16, // TODO: make it configurable
226227
}
227228
return s.QueryData(ctx, nil, false, reqDTO)
228229
}

0 commit comments

Comments
 (0)