We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31951f commit 803e65aCopy full SHA for 803e65a
src/main/java/land/leets/global/mail/MailProvider.java
@@ -31,7 +31,7 @@ public void sendEmails(List<MailDto> mailDtos) {
31
32
executor.shutdown();
33
try {
34
- if (!executor.awaitTermination(60, TimeUnit.SECONDS)) {
+ if (!executor.awaitTermination(120, TimeUnit.SECONDS)) {
35
executor.shutdownNow();
36
}
37
} catch (InterruptedException e) {
0 commit comments