Brion Vibber 5a1cbdc6f1 Add time-based cutoffs for public tag cloud, favorited lists to speed up those queries.
Defaulting to only looking at last 90 days of activity, can be adjusted up or down.

$config['tag']['cutoff'] = 86400 * 90;
$config['popular']['cutoff'] = 86400 * 90;

Per-user and per-group tag clouds do not use the cutoff (and it doesn't help with indexing on them).
2010-02-04 11:06:01 -08:00
..
2009-11-18 18:25:36 -08:00
2009-11-04 22:12:01 -08:00
2010-01-24 16:36:04 -08:00
2010-01-24 16:36:05 -08:00
2009-11-15 15:57:52 +01:00
2009-12-12 21:25:21 -05:00
2009-11-18 18:25:36 -08:00
2009-11-26 23:28:16 +01:00
2009-11-19 12:00:25 -05:00
2010-01-10 12:26:24 +01:00
2010-01-10 12:26:24 +01:00
2010-01-26 00:21:05 -05:00
2009-11-21 16:04:20 +01:00
2010-01-10 14:06:52 -08:00
2010-01-12 23:56:21 -08:00
2010-01-27 16:34:18 -05:00