diff --git a/consumer.go b/consumer.go index ef827f2..34505e3 100644 --- a/consumer.go +++ b/consumer.go @@ -159,7 +159,7 @@ func consumer() { } counter <- Counterchan{ tipo: "ins", - val: len(bulk), + val: len(allLogins), } } } diff --git a/main.go b/main.go index d5d2efd..d478d2b 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) const ( - _Version = "v4.4.5b3" + _Version = "v4.4.5b4" _Producer = 0 _Consumer = 1 _Remover = 2