poller: An optional lockfile is used to check if the poller is already running

This commit is contained in:
Michael Vogel
2012-04-01 20:52:33 +02:00
parent 7d23149a61
commit 4cf1e5aa21
2 changed files with 14 additions and 1 deletions
+4 -1
View File
@@ -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'] = "";