Fixed Popular tab (hopefully)

darcs-hash:20081212075617-7b5ce-c56db92d928c58eaa3fed7e4f226e0fca62e2bbf.gz
This commit is contained in:
Zach Copley
2008-12-12 02:56:17 -05:00
parent 2dc27116ce
commit 3e70bfa287
3 changed files with 27 additions and 18 deletions

View File

@@ -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;