Changing the Scheduled Time for NG-bridge Data Updates
By default, the NG-bridge is configured to check for updates daily at 2 am. However, the Code Insight System Administrator or the database administrator can use the following procedure to change this scheduled time to suit your site’s requirements.
To change the scheduled time NG-bridge data updates, do the following:
-
Open the
<codeInsightInstallPath>\config\scanEngine\ngbridge.propertiesfile. -
Change the current bridge.cronexpression property to reflect the new time. The following shows the default value, which triggers a daily CL update process at 2 am:
bridge.cronexpression= 0 0 2 * * ?-
This diagram defines the parts of the cron expression representing 2 am to help you understand how to set the value you want:
-