projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca5de8
)
Added config options for the item cache and the ostatus priority
author
Michael Vogel
<icarus@dabo.de>
Sun, 11 Mar 2012 18:50:51 +0000
(19:50 +0100)
committer
Michael Vogel
<icarus@dabo.de>
Sun, 11 Mar 2012 18:50:51 +0000
(19:50 +0100)
htconfig.php
patch
|
blob
|
history
diff --git
a/htconfig.php
b/htconfig.php
index f52aed2b10c8cfafa870b918599f75a6060a4109..9d9c8a2c791ddd185a2d68949f4add5c5d6c76ec 100755
(executable)
--- 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'] = "";