How to activate the fast mode of the file cleaner

Last modified by Aurelie Bertrand on 2022/02/15 18:00


Introduction

For some purpose, it could be interesting to activate the fast mode for the file cleaning system of DigDash. Indeed, sometimes, a file lock issue could block the correct execution of the DigDash's file cleaner operation. 

The fast mode relies on the file system scan and does not need to log the users to clean theirs files. 

Fast mode scanner will not detect obsolete files for flows that have been deleted. So it is not recommended for development server where flows can be created or deleted more often than on production servers.

Activate the fast mode of the file cleaner

  1. Stop the DigDash Enterprise application
  2. Go to the configuration folder of your DigDash Enterprise application and then go to the config folder
    For instance : /opt/DigDash/Enteprise Server/ddenterpriseapi/config
  3. Open in edition mode the system.xml file 
  4. Add the following properties : 
    PROP_FILESGC_FASTMODE=true
  5. Save the file
  6. Start the DigDash Enterprise application