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

Show last authors
1 {{ddtoc/}}
2
3 ----
4
5 = Introduction =
6
7 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.
8
9 The fast mode relies on the file system scan and does not need to log the users to clean theirs files.
10
11 (% class="box warningmessage" %)
12 (((
13 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.
14 )))
15
16 = Activate the fast mode of the file cleaner =
17
18 1. Stop the DigDash Enterprise application
19 1. Go to the configuration folder of your DigDash Enterprise application and then go to the ##**config**## folder
20 For instance : ##**/opt/DigDash/Enteprise Server/ddenterpriseapi/config**##
21 1. Open in edition mode the ##**system.xml**## file
22 1. Add the following properties : 
23 {{code language="XML"}}PROP_FILESGC_FASTMODE=true{{/code}}
24 1. Save the file
25 1. Start the DigDash Enterprise application