diff --git a/lib/BurguillosInfo/Tracking.pm b/lib/BurguillosInfo/Tracking.pm index 088c256..a3f442e 100644 --- a/lib/BurguillosInfo/Tracking.pm +++ b/lib/BurguillosInfo/Tracking.pm @@ -15,7 +15,7 @@ use BurguillosInfo::DB; my $app; const my $SELECT_GLOBAL => <<'EOF'; -SELECT COUNT(DISTINCT (remote_address, user_agent)) +SELECT COUNT(*) FROM requests EOF