added automatic purging of old asset revisions

This commit is contained in:
JT Smith 2005-07-07 23:33:21 +00:00
parent e7d282c730
commit eb3115d3f9
7 changed files with 125 additions and 24 deletions

View file

@ -235,6 +235,16 @@ DeleteExpiredClipboard_offset = 30
DeleteExpiredTrash_offset = 30
# Specify the number of days old revisions of assets should remain
# available for rollbacks.
DeleteExpiredRevisions_offset = 365
# How many days after a piece of content expires should it be
# moved to the trash.
TrashExpiredContent_offset = 30
# What hour of the day (for example, 22 = 10 PM = 22:00:00)
# should WebGUI try to synchronize user profile information from
# the LDAP server. Note that this will only happen for users
@ -242,7 +252,3 @@ DeleteExpiredTrash_offset = 30
SyncProfilesToLDAP_hour = 2
# How many days after a piece of content expires should it be
# moved to the trash.
TrashExpiredContent_offset = 30