Feature/44 read write historic slots #46

Merged
abdulrabbani00 merged 10 commits from feature/44-read-write-historic-slots into develop 2022-05-24 20:18:55 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit ec8fadbc90 - Show all commits

View File

@ -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,

View File

@ -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