The NameParserGBIF is created in various places in the code, although it is thread safe and uses up considerable resources as it contains a ThreadPoolExecutor.
Refactor the code to share a single name parser instance which can be configured via spring and which should have a default of 2000 for checklistbank.parser.timeout.
The NameParserGBIF is created in various places in the code, although it is thread safe and uses up considerable resources as it contains a ThreadPoolExecutor.
Refactor the code to share a single name parser instance which can be configured via spring and which should have a default of 2000 for
checklistbank.parser.timeout
.