ins = len(logins)
This commit is contained in:
parent
927aac308f
commit
f56f51bb27
2 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ func consumer() {
|
|||
}
|
||||
counter <- Counterchan{
|
||||
tipo: "ins",
|
||||
val: result.Modified,
|
||||
val: len(prod.logins),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
main.go
2
main.go
|
@ -14,7 +14,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
_Version = "v4.4.5b"
|
||||
_Version = "v4.4.5b1"
|
||||
_Producer = 0
|
||||
_Consumer = 1
|
||||
_Remover = 2
|
||||
|
|
Loading…
Add table
Reference in a new issue