Skip to content

Commit

Permalink
contest: don't use transactional db in scheduled scoreboard updater (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar authored May 25, 2024
1 parent d864728 commit 8fc165a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public ContestScoreboardPoller(
}

@Override
@UnitOfWork(readOnly = true)
@UnitOfWork(readOnly = true, transactional = false)
public void run() {
try {
for (Contest contest : contestStore.getRunningContests()) {
Expand Down

0 comments on commit 8fc165a

Please sign in to comment.