counter INS = len(bulk)

This commit is contained in:
Michele 2018-11-07 16:44:03 +01:00
parent d8137b631f
commit 8e1b5033f1
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ func consumer() {
}
counter <- Counterchan{
tipo: "ins",
val: len(prod.logins),
val: len(bulk),
}
}
}

View file

@ -14,7 +14,7 @@ import (
)
const (
_Version = "v4.4.5b2"
_Version = "v4.4.5b3"
_Producer = 0
_Consumer = 1
_Remover = 2