X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fhtconfig.md;h=ec961c200f680ae63c8d1f4887a70e7000e0c181;hb=06815f1a38409e45b0c5e5184c081f964ec89e47;hp=9c556bb7cd49a647a588f173a508d86c1c3d046f;hpb=de5a0dadb0715198b9ba376e4ab79f58cedef098;p=friendica.git diff --git a/doc/htconfig.md b/doc/htconfig.md index 9c556bb7cd..ec961c200f 100644 --- a/doc/htconfig.md +++ b/doc/htconfig.md @@ -68,6 +68,7 @@ Example: To set the directory value please add this line to your .htconfig.php: * **ostatus_poll_timeframe** - Defines how old an item can be to try to complete the conversation with it. * **paranoia** (Boolean) - Log out users if their IP address changed. * **permit_crawling** (Boolean) - Restricts the search for not logged in users to one search per minute. +* **worker_debug** (Boolean) - If activated, it prints out the number of running processes split by priority. * **profiler** (Boolean) - Enable internal timings to help optimize code. Needed for "rendertime" addon. Default is false. * **free_crawls** - Number of "free" searches when "permit_crawling" is activated (Default value is 10) * **crawl_permit_period** - Period in seconds between allowed searches when the number of free searches is reached and "permit_crawling" is activated (Default value is 60)