From 37c5e8ca3c2d77fc3e1836fd76d7462e33f1668e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 11 Aug 2008 13:58:20 -0400 Subject: make tag dropoff configurable darcs-hash:20080811175820-84dde-f3d934495fa90fadde5f7d5d0c37c5f2a575a9d8.gz --- lib/common.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common.php') 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'); -- cgit v1.2.3-54-g00ecf