Closed
Description
Describe the bug
I have a project jdk8-b120
which is causing opengrok server to shutdown.
I want to disable the sync and reindex for this project. Please find mirror.yml
below
# Empty config file for opengrok-mirror
ignore_errors: true
projects:
jdk8.*:
disabled: true
incoming_check: false
Despite doing this I still see reindex getting triggered(screenshot below) for this project. What am I missing here?
Also, how I can find what is causing the shutdown? Can suggester be the reason for the same?
I have used 1.4 for quite sometime and never had any such issues.