diff options
author | friendica <info@friendica.com> | 2012-04-08 05:19:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-08 05:19:54 -0700 |
commit | c3867f4ce4249079e1dba04ebfdc74457afbee7b (patch) | |
tree | 72be41253ec910e6488e34bb5181c359036da9dd /htconfig.php | |
parent | e3b2ac0735c908357dafb8670339fd34d3e2e6c0 (diff) | |
parent | ce0eac44b5035b8f46259b6665826a94b633ec4e (diff) | |
download | volse-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.php | 5 |
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'] = ""; |