Forcing the google requests to be from before of a month ago.
This commit is contained in:
parent
8269df919e
commit
cc57650c28
@ -139,6 +139,7 @@ sub get_google_data {
|
||||
FROM paths right join requests on paths.path = requests.path
|
||||
WHERE paths.last_seen > NOW() - INTERVAL '1 month'
|
||||
and requests.referer ~* $GOOGLE_REFERER_REGEX
|
||||
and requests.date > NOW() - INTERVAL '1 month'
|
||||
GROUP BY
|
||||
paths.path;
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user