Skip to main content

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:

  1. Open the <codeInsightInstallPath>\config\scanEngine\ngbridge.properties file.

  2. 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: