Skip to content

Commit 35add77

Browse files
committed
Remove SERIALIZABLE isolation level for cleanup operation in UncheckedTransactionService
1 parent 9b3c822 commit 35add77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/cash/atto/node/bootstrap/unchecked/UncheckedTransactionService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class UncheckedTransactionService(
3737
}
3838
}
3939

40-
@Transactional(isolation = Isolation.SERIALIZABLE)
40+
@Transactional
4141
suspend fun cleanUp() {
4242
val deletedCount = uncheckedTransactionRepository.deleteExistingInTransaction()
4343
logger.debug { "Deleted $deletedCount unchecked transactions" }

0 commit comments

Comments
 (0)