Skip to content

Commit

Permalink
getCbData - use 14 days again
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianZaremba committed Dec 10, 2024
1 parent ccddd88 commit 7c76d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbng.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function parseFeedData($feedData, $useOld = false)
);
list($api) = getUrlsInParallel($urls);
$api = current($api['query']['pages']);
$cb = getCbData($feedData['user'], $feedData['namespaceid'], $feedData['title'], $feedData['timestamp']);
$cb = getCbData($feedData['user'], $feedData['namespaceid'], $feedData['title'], $feedData['timestamp'] - (14 * 86400));
if (
!(isset($cb['user_edit_count'])
and isset($cb['user_distinct_pages'])
Expand Down

0 comments on commit 7c76d0a

Please sign in to comment.