diff options
author | Michael Vogel <icarus@dabo.de> | 2012-04-01 20:52:33 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-04-01 20:52:33 +0200 |
commit | 4cf1e5aa21b3bcfac25d5ab95a2abccca48de523 (patch) | |
tree | a2b1d511b05b717b4a1cf8a63849d5d235f38a7f /htconfig.php | |
parent | 7d23149a61f75923b2c71a288a722ee219f5e6ba (diff) | |
download | volse-hubzilla-4cf1e5aa21b3bcfac25d5ab95a2abccca48de523.tar.gz volse-hubzilla-4cf1e5aa21b3bcfac25d5ab95a2abccca48de523.tar.bz2 volse-hubzilla-4cf1e5aa21b3bcfac25d5ab95a2abccca48de523.zip |
poller: An optional lockfile is used to check if the poller is already running
Diffstat (limited to 'htconfig.php')
-rwxr-xr-x | htconfig.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php index 9d9c8a2c7..63a40c809 100755 --- 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'] = ""; |