]> git.mxchange.org Git - friendica.git/blobdiff - doc/htconfig.md
Merge remote-tracking branch 'upstream/develop' into 1706-worker-even-faster
[friendica.git] / doc / htconfig.md
index 519c655fb20185ae55a04678a7df3e79cea28f78..ec961c200f680ae63c8d1f4887a70e7000e0c181 100644 (file)
@@ -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)
@@ -123,4 +124,4 @@ If you want to have a more personalized closing line for the notification emails
 The configuration variables db_host, db_user, db_pass and db_data are holding your credentials for the database connection.
 If you need to specify a port to access the database, you can do so by appending ":portnumber" to the db_host variable.
 
-               $db_host = 'your.mysqlhost.com:123456';
+    $db_host = 'your.mysqlhost.com:123456';