datasources: querier: temporary concurrency fix (#108503)

This commit is contained in:
Gábor Farkas
2025-07-28 13:58:11 -04:00
committed by GitHub
parent caa75b1d94
commit 8b940f210f
+1
View File
@@ -223,6 +223,7 @@ func QueryData(ctx context.Context, log log.Logger, dscache datasources.CacheSer
dataSourceRequestValidator: validations.ProvideValidator(),
mtDatasourceClientBuilder: mtDatasourceClientBuilder,
headers: headers,
concurrentQueryLimit: 16, // TODO: make it configurable
}
return s.QueryData(ctx, nil, false, reqDTO)
}