diff --git a/consumer.go b/consumer.go index 09c585a..5a68f9e 100644 --- a/consumer.go +++ b/consumer.go @@ -158,7 +158,7 @@ func consumer() { } counter <- Counterchan{ tipo: "ins", - val: result.Modified, + val: len(prod.logins), } } } diff --git a/main.go b/main.go index 4a701ea..66b7216 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) const ( - _Version = "v4.4.5b" + _Version = "v4.4.5b1" _Producer = 0 _Consumer = 1 _Remover = 2