counter INS = len(AllLogins)
This commit is contained in:
parent
8e1b5033f1
commit
3e3e36f81e
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ func consumer() {
|
||||||
}
|
}
|
||||||
counter <- Counterchan{
|
counter <- Counterchan{
|
||||||
tipo: "ins",
|
tipo: "ins",
|
||||||
val: len(bulk),
|
val: len(allLogins),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
main.go
2
main.go
|
@ -14,7 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
_Version = "v4.4.5b3"
|
_Version = "v4.4.5b4"
|
||||||
_Producer = 0
|
_Producer = 0
|
||||||
_Consumer = 1
|
_Consumer = 1
|
||||||
_Remover = 2
|
_Remover = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue