X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fhtconfig.md;h=b6f98b2ef08f585d61c863b65be3968664393a2e;hb=fca72c49960fd4c5cc22c426053822d9ee9350e5;hp=c348f469b22e177b755925795c910b72b1809783;hpb=4fdced1a0a9949cd49cb645bc5ac0948e9ce408a;p=friendica.git diff --git a/doc/htconfig.md b/doc/htconfig.md index c348f469b2..b6f98b2ef0 100644 --- a/doc/htconfig.md +++ b/doc/htconfig.md @@ -39,6 +39,9 @@ Example: To set the directory value please add this line to your .htconfig.php: * max_batch_queue - Default value is 1000. * max_processes_backend - Maximum number of concurrent database processes for background tasks. Default value is 5. * max_processes_frontend - Maximum number of concurrent database processes for foreground tasks. Default value is 20. +* memcache (Boolean) - Use memcache. To use memcache the PECL extension "memcache" has to be installed and activated. +* memcache_host - Hostname of the memcache daemon. Default is '127.0.0.1'. +* memcache_port- Portnumberof the memcache daemon. Default is 11211. * no_oembed (Boolean) - Don't use OEmbed to fetch more information about a link. * no_oembed_rich_content (Boolean) - Don't show the rich content (e.g. embedded PDF). * no_smilies (Boolean) - Don't show smilies.