Feature/44 read write historic slots #46
4
.github/workflows/on-pr.yml
vendored
4
.github/workflows/on-pr.yml
vendored
@ -206,5 +206,5 @@ jobs:
|
|||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
args: --timeout 90s --disable deadcode,
|
args: --timeout 90s --disable deadcode,unused
|
||||||
# args: --timeout 90s --disable deadcode,unused
|
# args: --timeout 90s --disable deadcode,
|
||||||
|
@ -38,7 +38,6 @@ var (
|
|||||||
bcBootMaxRetry int
|
bcBootMaxRetry int
|
||||||
bcConnectionProtocol string
|
bcConnectionProtocol string
|
||||||
bcType string
|
bcType string
|
||||||
bcIsProcessKnownGaps bool
|
|
||||||
bcMaxHistoricProcessWorker int
|
bcMaxHistoricProcessWorker int
|
||||||
kgMaxWorker int
|
kgMaxWorker int
|
||||||
kgTableIncrement int
|
kgTableIncrement int
|
||||||
|
Loading…
Reference in New Issue
Block a user