Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
BZ-1124937: increased mailbox timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
porcelli committed Jan 7, 2015
1 parent 3851cca commit 1c8c3b8
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicBoolean;
import javax.ejb.AccessTimeout;
import javax.ejb.Asynchronous;
import javax.ejb.Singleton;
import javax.ejb.Startup;
Expand All @@ -18,6 +19,7 @@
@Singleton
@Startup
@TransactionAttribute(NOT_SUPPORTED)
@AccessTimeout(value = 1, unit = TimeUnit.MINUTES)
public class MailboxProcessOutgoingExecutorManager {

@Inject
Expand Down

0 comments on commit 1c8c3b8

Please sign in to comment.