]> git.mxchange.org Git - friendica.git/blobdiff - doc/htconfig.md
Updated documentation with the new coding standard
[friendica.git] / doc / htconfig.md
index 542b42b29ea1a3da842ffd85f6c5c3a0e1a1ce39..7887184d88b580d1cf51f318e83e6180032bab5d 100644 (file)
@@ -35,6 +35,7 @@ Example: To set the directory value please add this line to your .htconfig.php:
 * **db_loglimit_index_high** - Number of index rows to be logged anyway (for any index)
 * **db_log_index_blacklist** - Blacklist of indexes that shouldn't be watched
 * **dbclean** (Boolean) - Enable the automatic database cleanup process
+* **dbclean-expire-days** (Integer) - Days after which remote items will be deleted. Own items, and marked or filed items are kept.
 * **default_service_class** -
 * **delivery_batch_count** - Number of deliveries per process. Default value is 1. (Disabled when using the worker)
 * **diaspora_test** (Boolean) - For development only. Disables the message transfer.