diff options
author | Max Kostikov <max@kostikov.co> | 2019-12-01 14:06:14 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-12-01 14:06:14 +0100 |
commit | ec1d5ead935e6f20a57dd82705bd13279f1bd284 (patch) | |
tree | 2b20061b88397828130c5342003cb3399645b9a6 | |
parent | f485ed174dc97b545d0a86c435d5f011ff98c953 (diff) | |
download | volse-hubzilla-ec1d5ead935e6f20a57dd82705bd13279f1bd284.tar.gz volse-hubzilla-ec1d5ead935e6f20a57dd82705bd13279f1bd284.tar.bz2 volse-hubzilla-ec1d5ead935e6f20a57dd82705bd13279f1bd284.zip |
Add description for system.pin_types variable
-rw-r--r-- | doc/hidden_configs.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index 37c2a4cb6..42c9e67b8 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -79,6 +79,7 @@ Options are: [*= 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. [*= system.override_poll_lockfile ] Ignore the lock file in the poller process to allow more than one process to run at a time. [*= system.paranoia ] As the pconfig, but on a site-wide basis. Can be overwritten by member settings. + [*= system.pin_types ] Array of allowed item types for pinning. Defaults depend on module but can be redifined here. [*= system.photo_cache_time ] How long to cache photos, in seconds. Default is 86400 (1 day). Longer time increases performance, but it also means it takes longer for changed permissions to apply. [*= system.platform_name ] What to report as the platform name in webpages and statistics. (*) Must be set in .htconfig.php [*= system.rating_enabled ] Distributed reputation reporting and data collection. This feature is currently being re-worked. |