Menu

#3 Purge Replays

open
nobody
None
5
2008-09-26
2008-09-26
snowdrop
No

Ability to have an automated replay purge. The purge will be based on a time interval that's set in the config file and it will use the fake cron to check if itäs about to execute itself or not. Result will be, if the feature is activated in the config file, that replays older than x days will be deleted from the db.

Suggested variables to add to the config file:

$ReplayPurge = 1 // 1 to enable, 0 to disable replay purge

$ReplayPurgeDays = 30; //All replays older than these many days will be purged if the $ReplayPurge is enabled.

Discussion


Log in to post a comment.