]> git.mxchange.org Git - friendica.git/blobdiff - doc/htconfig.md
Merge pull request #2981 from rabuzarus/20161129_-_small_dfrn_request_polish
[friendica.git] / doc / htconfig.md
index b6f98b2ef08f585d61c863b65be3968664393a2e..dbdbf1503349677dcdd48a9f7d7b6b08daf2f2eb 100644 (file)
@@ -29,6 +29,8 @@ Example: To set the directory value please add this line to your .htconfig.php:
 * disable_email_validation (Boolean) - Disables the check if a mail address is in a valid format and can be resolved via DNS.
 * disable_url_validation (Boolean) - Disables the DNS lookup of an URL.
 * event_input_format - Default value is "ymd".
+* frontend_worker (Boolean) - Activates the frontend worker which acts as a replacement for running the poller via the command line.
+* frontend_worker_timeout - Value in minutes after we think that a frontend task was killed by the webserver. Default value is 10.
 * ignore_cache (Boolean) - For development only. Disables the item cache.
 * like_no_comment (Boolean) - Don't update the "commented" value of an item when it is liked.
 * local_block (Boolean) - Used in conjunction with "block_public".