diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-10 11:47:54 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-10 11:47:54 -0400 |
commit | 9805deccb3505a930189fe0d95cad2363eb150e1 (patch) | |
tree | fdf9bc58e26a80f5b6b5377c0294066730b7ee7c | |
parent | 7d6e0a4867d47c7fb295515985f46443f52e7603 (diff) |
update information about queues
darcs-hash:20080910154754-84dde-899822c61fb3e8be563341ca54fe2a61fcdee31f.gz
-rw-r--r-- | config.php.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php.sample b/config.php.sample index e6a9e2140..875dc8b25 100644 --- a/config.php.sample +++ b/config.php.sample @@ -76,8 +76,8 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; #$config['mail']['domain'] = 'incoming.example.net'; #Do notice broadcasts offline -#If you set this, you must run the xmppdaemon.php -#as a daemon (with, say, start-stop-daemon) +#If you use this, you must run the six offline daemons in the +#background. See the README for details. #$config['queue']['enabled'] = true; #exponential decay factor for tags, default 10 days |