aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-08 05:19:54 -0700
committerfriendica <info@friendica.com>2012-04-08 05:19:54 -0700
commitc3867f4ce4249079e1dba04ebfdc74457afbee7b (patch)
tree72be41253ec910e6488e34bb5181c359036da9dd /htconfig.php
parente3b2ac0735c908357dafb8670339fd34d3e2e6c0 (diff)
parentce0eac44b5035b8f46259b6665826a94b633ec4e (diff)
downloadvolse-hubzilla-c3867f4ce4249079e1dba04ebfdc74457afbee7b.tar.gz
volse-hubzilla-c3867f4ce4249079e1dba04ebfdc74457afbee7b.tar.bz2
volse-hubzilla-c3867f4ce4249079e1dba04ebfdc74457afbee7b.zip
Merge pull request #214 from annando/master
API, Locking, some changes to "vier"
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php
index 9d9c8a2c7..63a40c809 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -83,5 +83,8 @@ $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
+// If enabled, all items are cached in the given directory
$a->config['system']['itemcache'] = "";
+
+// If enabled, the lockpath is used for a lockfile to check if the poller is running
+$a->config['system']['lockpath'] = "";