Skip to main content

Changing timeout value when "Time limit is exceeded" error is returned

Exceeding single file analysis time causes the analysis module error for some languages. To fix it, set up timeout in daemon.properties configuration file:

  1. Check that no analyses are running and stop analyzer service by running:

    sudo systemctl stop derscanner-daemon
  2. In /opt/derscanner/daemon/conf.d/matcher.conf, change the timeout value to increase single file analysis time for the desired analyzer. Time is set in minutes. E.g.: Matcher.timeout=30

  3. Restart the service:

    sudo systemctl start derscanner-daemon