RED-3998: Removed @Transactional in AutomaticAnalysisJob to have smaller transactions
This commit is contained in:
parent
13acc06060
commit
c1e97a7512
@ -27,7 +27,6 @@ public class AutomaticAnalysisJob implements Job {
|
||||
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
public void execute(JobExecutionContext jobExecutionContext) {
|
||||
|
||||
if (fileManagementServiceSettings.isMigrateOnly()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user