aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-11-25 17:52:21 +0100
committerMax Kostikov <max@kostikov.co>2019-11-25 17:52:21 +0100
commit9e4ff8ce2584724fe5b54ed284d70d019625e7fa (patch)
tree04b2d72962ac2da28d8086da487de9f63996e1fa
parent5f1b2b4bf7eee1b5421afd6f3002929bd1d6cef0 (diff)
downloadvolse-hubzilla-9e4ff8ce2584724fe5b54ed284d70d019625e7fa.tar.gz
volse-hubzilla-9e4ff8ce2584724fe5b54ed284d70d019625e7fa.tar.bz2
volse-hubzilla-9e4ff8ce2584724fe5b54ed284d70d019625e7fa.zip
Update system.object_cache_days default value
-rw-r--r--doc/hidden_configs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb
index 869debc24..37c2a4cb6 100644
--- a/doc/hidden_configs.bb
+++ b/doc/hidden_configs.bb
@@ -73,7 +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 7 days.
+ [*= 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.