summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-11 13:58:20 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-11 13:58:20 -0400
commit37c5e8ca3c2d77fc3e1836fd76d7462e33f1668e (patch)
treec5b249bdab52e9efd8e1a37c09aeb0772d732982 /lib/common.php
parent12aba8ba32119aa9d98304db0ee220b6f5de1dd0 (diff)
make tag dropoff configurable
darcs-hash:20080811175820-84dde-f3d934495fa90fadde5f7d5d0c37c5f2a575a9d8.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index a59e6106b..9269ace89 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -85,6 +85,8 @@ $config =
'host' => NULL, # only set if != server
'debug' => false, # print extra debug info
'public' => array()), # JIDs of users who want to receive the public stream
+ 'tag' =>
+ array('dropoff' => 864000.0),
);
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');