From 3e70bfa28713bc4562c2e615fddfd5310d22fc33 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 12 Dec 2008 02:56:17 -0500 Subject: Fixed Popular tab (hopefully) darcs-hash:20081212075617-7b5ce-c56db92d928c58eaa3fed7e4f226e0fca62e2bbf.gz --- config.php.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index 5f7a44c63..db1a21663 100644 --- a/config.php.sample +++ b/config.php.sample @@ -96,6 +96,10 @@ $config['sphinx']['port'] = 3312; #raise this if traffic is slow, lower it if it's fast #$config['tag']['dropoff'] = 86400.0 * 10; +#exponential decay factor for popular (most favorited notices) +#default 10 days -- similar to tag dropoff +#$config['popular']['dropoff'] = 86400.0 * 10; + #optionally show non-local messages in public timeline #$config['public']['localonly'] = false; -- cgit v1.2.3-54-g00ecf