aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Vogel <icarus@dabo.de>2012-03-11 19:50:51 +0100
committerMichael Vogel <icarus@dabo.de>2012-03-11 19:50:51 +0100
commitebdf4842184cc8d0576abe99b29650c6b6512167 (patch)
treebf81c642a44aa8af554462ad17700a998ce84343
parent9ca5de8c281fa0a7b2323f33765bca25b64bc29d (diff)
downloadvolse-hubzilla-ebdf4842184cc8d0576abe99b29650c6b6512167.tar.gz
volse-hubzilla-ebdf4842184cc8d0576abe99b29650c6b6512167.tar.bz2
volse-hubzilla-ebdf4842184cc8d0576abe99b29650c6b6512167.zip
Added config options for the item cache and the ostatus priority
-rwxr-xr-xhtconfig.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php
index f52aed2b1..9d9c8a2c7 100755
--- a/htconfig.php
+++ b/htconfig.php
@@ -79,3 +79,9 @@ $a->config['system']['theme'] = 'duepuntozero';
// By default allow pseudonyms
$a->config['system']['no_regfullname'] = true;
+
+// If set to true the priority settings of ostatus contacts are used
+$a->config['system']['ostatus_use_priority'] = false;
+
+// If enabled all items are cached in the given directory
+$a->config['system']['itemcache'] = "";