diff options
author | Mario <mario@mariovavti.com> | 2021-01-24 20:03:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-24 20:03:35 +0000 |
commit | 77793e17c04b1f67c10a83e7877c36a8b11ddbaa (patch) | |
tree | 293729c08f5f0193a6445f641b5ac09d43168d3b /doc | |
parent | e486442eb1fdda0c4efa7eafc6d876b3c2c4b0ea (diff) | |
parent | 552796286e4a2a61cc6020b7aa785dc88553e2d0 (diff) | |
download | volse-hubzilla-77793e17c04b1f67c10a83e7877c36a8b11ddbaa.tar.gz volse-hubzilla-77793e17c04b1f67c10a83e7877c36a8b11ddbaa.tar.bz2 volse-hubzilla-77793e17c04b1f67c10a83e7877c36a8b11ddbaa.zip |
Merge branch 'dev' into 'dev'
Add support filesystem storage for xchan profile photos
See merge request hubzilla/core!1898
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hidden_configs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index 42c9e67b8..27ea415bd 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -62,7 +62,7 @@ Options are: [*= system.email_notify_icon_url ] URL of image (32x32) to display in email notifications (HTML bodies). [*= system.expire_delivery_reports ] Expiration in days for delivery reports - default 10 [*= system.expire_limit ] Don't expire any more than this number of posts per channel per expiration run to keep from exhausting memory. Default 5000. - [*= system.filesystem_storage_thumbnails ] If '1', use filesystem instead SQL database to store thumbnails. Default is '0'. Introduced in 4.2 + [*= system.photo_storage_type] If '1', use filesystem instead SQL database to store thumbnails. Default is '0'. Introduced in 4.2 [*= system.hidden_version_siteinfo ] If true, do not report the software version on siteinfo pages (system.hide_version also hides the version on these pages, this setting *only* hides the version on siteinfo pages). [*= system.hide_help ] Don't display help documentation link in nav bar [*= system.hide_in_statistics ] Tell the red statistics servers to completely hide this hub in hub lists. |