Missed the Help docs on last commit
Add basic (like, really, really basic docs) on cleaning file and database caches, caching EMS prereqs.
This commit is contained in:
parent
38bcbbc406
commit
9eacbed903
7 changed files with 129 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'clean database cache body' => {
|
||||
message => q|<p>This workflow activity will prune the size of a database based cache based on the user configured cache size and the expiration time of items in the cache. If pruning expired items does not reduce the size of the cache to the value configured by the user, then the expiration time will be increased by 30 minutes and the process will repeat until it meets the size requirement.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue