aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-11-25 21:50:02 +0100
committerMario <mario@mariovavti.com>2019-11-25 21:50:02 +0100
commit901785663edc7045c66d9393432a18bb376436bb (patch)
tree8e3c393a518656b1349e43205eed2554814c2924 /doc
parent38de059156f9a6ec63727d47a96d1b15e96e3b47 (diff)
downloadvolse-hubzilla-901785663edc7045c66d9393432a18bb376436bb.tar.gz
volse-hubzilla-901785663edc7045c66d9393432a18bb376436bb.tar.bz2
volse-hubzilla-901785663edc7045c66d9393432a18bb376436bb.zip
Fix once cached embedded content is used and stored forever
Diffstat (limited to 'doc')
-rw-r--r--doc/hidden_configs.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb
index 361aa94ba..37c2a4cb6 100644
--- a/doc/hidden_configs.bb
+++ b/doc/hidden_configs.bb
@@ -73,6 +73,7 @@ Options are:
[*= system.max_tagged_forums ] Spam prevention. Limits the number of tagged forums which are recognised in any post. Default is 2. Only the first 'n' tags will be delivered as forums, the others will not cause any delivery.
[*= system.minimum_feedcheck_minutes ] The minimum interval between polling RSS feeds. If this is lower than the cron interval, feeds will be polled with each cronjob. Defaults to 60 if not set. The site setting can also be over-ridden on a channel by channel basis by a service class setting aptly named 'minimum_feedcheck_minutes'.
[*= system.no_age_restriction ] Do not restrict registration to people over the age of 13. This carries legal responsibilities in many countries to require that age be provided and to block all personal information from minors, so please check your local laws before changing.
+ [*= system.object_cache_days] Set how long is cached embedded content can be used without refetching. Default is 30 days.
[*= system.openssl_conf_file ] Specify a file containing OpenSSL configuration. Needed in some Windows installations to locate the openssl configuration file on the system. Read the code first. If you can't read the code, don't play with it.
[*= system.openssl_encrypt ] Use openssl encryption engine, default is false (uses mcrypt for AES encryption)
[*= system.optimize_items ] Runs optimise_table during some tasks to keep your database nice and defragmented. This comes at a performance cost while the operations are running, but also keeps things a bit faster while it's not. There also exist CLI utilities for performing this operation, which you may prefer, especially if you're a large site.