Skip to content

Commit bb45e2e

Browse files
authored
feat(v2): read path improvements (#3675)
* use go-concurrency-limits to handle query backend concurrency * Refactor query plan * Wrap go-concurrency-limits, add test
1 parent 04186d8 commit bb45e2e

File tree

19 files changed

+1268
-913
lines changed

19 files changed

+1268
-913
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ issues:
7272
- Error return value of .*log\.Logger\)\.Log\x60 is not checked
7373
- Error return value of .*.Log.* is not checked
7474
- Error return value of `` is not checked
75+
# See https://github.com/grpc/grpc-go/issues/7090 for more information
76+
- grpc.Dial(.*) is deprecated
7577

7678
# which dirs to skip: they won't be analyzed;
7779
# can use regexp here: generated.*, regexp is applied on full path;

0 commit comments

Comments
 (0)