diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-11 13:58:20 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-11 13:58:20 -0400 |
commit | 37c5e8ca3c2d77fc3e1836fd76d7462e33f1668e (patch) | |
tree | c5b249bdab52e9efd8e1a37c09aeb0772d732982 /config.php.sample | |
parent | 12aba8ba32119aa9d98304db0ee220b6f5de1dd0 (diff) |
make tag dropoff configurable
darcs-hash:20080811175820-84dde-f3d934495fa90fadde5f7d5d0c37c5f2a575a9d8.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample index 5327198bf..8ee1f4fb4 100644 --- a/config.php.sample +++ b/config.php.sample @@ -71,4 +71,8 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; #Do notice broadcasts offline #If you set this, you must run the xmppdaemon.php #as a daemon (with, say, start-stop-daemon) -#$config['queue']['enabled'] = true;
\ No newline at end of file +#$config['queue']['enabled'] = true; + +#exponential decay factor for tags, default 10 days +#raise this if traffic is slow, lower it if it's fast +#$config['tag']['dropoff'] = 86400.0 * 10;
\ No newline at end of file |