From f56f51bb27117d80a92d4c6410679a10d7267431 Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 25 Oct 2018 17:19:34 +0200 Subject: [PATCH] ins = len(logins) --- consumer.go | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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