Chnge privacy

This commit is contained in:
Tadgh 2021-08-31 12:58:00 -04:00
parent b1515b5963
commit 825ac1e81c
1 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,8 @@ public abstract class BaseTransactionProcessor {
public void start() {
ourLog.trace("Starting transaction processor");
}
public TaskExecutor getTaskExecutor() {
private TaskExecutor getTaskExecutor() {
if (myExecutor == null) {
if (myDaoConfig.getBundleBatchPoolSize() > 1) {
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();