X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fhtconfig.md;h=dbdbf1503349677dcdd48a9f7d7b6b08daf2f2eb;hb=fa8eb101d4a9a98d58bfcbf9df7ef5ac233d9019;hp=b6f98b2ef08f585d61c863b65be3968664393a2e;hpb=8e50254bb994592b28e04299a4bfc11f4c8c979a;p=friendica.git diff --git a/doc/htconfig.md b/doc/htconfig.md index b6f98b2ef0..dbdbf15033 100644 --- a/doc/htconfig.md +++ b/doc/htconfig.md @@ -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".