files_max_deleted_days


Description:

public int files_max_deleted_days { get; set; }

Maximum number of days to retain deleted file records in the database.

After this many days, deleted file records and their associated FileHistory records will be cleaned up by FileHistory.cleanup_old_backups().

Default: 30 days