Actions
Feature #1279
closedExplanation of some configuration options
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
There are some configurations options which function needs insider explanation:
- cache_formatted_text
- wiki_compression
Updated by liaham over 2 years ago
- Description updated (diff)
cache_formatted_text¶
Text written with one of the possible editors (markdown, textile) needs to be transformed into HTML. This transformation can be omitted when the formatted text will be cached after transformation to HTML.
Caching takes affect when text.size > 2.kilobyte
and chache_formatted_text
is active.
The cache store depends on the configuration of ActionController::Base.cache_store
. The default value is: :file_store
. Currently, it is not supported to change the cache store via config/env.yml
.
wiki_compression¶
Wiki content will be versioned. Enabling wiki_compression
will compress wiki content versions with gzip
before storing the text of a page in the database.
Updated by berham about 2 years ago
- Related to Improvement #1453: Proofreading and publish page konfiguration.adoc in modul adminhandbuch added
Updated by liaham almost 2 years ago
- Status changed from Resolved to Closed
- % Done changed from 90 to 100
Actions