diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-12-12 02:56:17 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-12-12 02:56:17 -0500 |
commit | 3e70bfa28713bc4562c2e615fddfd5310d22fc33 (patch) | |
tree | 443eb563612ad6c75ef7916fee6b66f397f7ec8c /config.php.sample | |
parent | 2dc27116cea8a28633d9fdd2d21a7be2e3a9c77f (diff) |
Fixed Popular tab (hopefully)
darcs-hash:20081212075617-7b5ce-c56db92d928c58eaa3fed7e4f226e0fca62e2bbf.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 4 |
1 files changed, 4 insertions, 0 deletions
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; |