Replacing of the deprecated *.daystokeep parameters

The new toolkit version doesn't support the *.daystokeep configuration parameters. You must use the adequate *.timetokeep configuration parameters.

#Procedure

  1. Open the <YourProjectFolder>/config/config.cfg file in an editor, for example:
    
    gedit <YourProjectFolder>/config/config.cfg
    
  2. Search all deprecated *.daystokeep parameters and replace them by suitable *.timeToKeep parameter. Append the d literal to the value for days specification.

    For example:

    • ite.businesslogic.group.deduplication.daystokeep=3 replaces by ite.businessLogic.group.deduplication.timeToKeep=3d,
    • ite.businessLogic.group.custom.daysToKeep=1 replaces by ite.businessLogic.group.custom.timeToKeep=1d,
    • ite.ingest.deduplication.daysToKeep=15 replaces by ite.ingest.deduplication.timeToKeep=15d.
  3. Save and close the <YourProjectFolder>/config/config.cfg file.