summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-02-04 12:23:56 -0800
committerBrion Vibber <brion@pobox.com>2010-02-04 12:23:56 -0800
commitc59eee72a8453cc43f169c62d1afb214c0c539bc (patch)
treed7fa62b31c708e9cda1dd52b032971e5f19ebdd4 /lib/default.php
parente89107549475ee1e824bcf6f0bd66830fb724b2f (diff)
parenta020e230860358fc8b63cd56872bbad0446016e0 (diff)
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/default.php b/lib/default.php
index 437f350dd..16d1330f0 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -144,9 +144,11 @@ $default =
'invite' =>
array('enabled' => true),
'tag' =>
- array('dropoff' => 864000.0),
+ array('dropoff' => 864000.0, # controls weighting based on age
+ 'cutoff' => 86400 * 90), # only look at notices posted in last 90 days
'popular' =>
- array('dropoff' => 864000.0),
+ array('dropoff' => 864000.0, # controls weighting based on age
+ 'cutoff' => 86400 * 90), # only look at notices favorited in last 90 days
'daemon' =>
array('piddir' => '/var/run',
'user' => false,