mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
- Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).
Thanks to xet7 ! Closes #2203
This commit is contained in:
parent
ef85b71ee4
commit
7c1d6e4d2e
5 changed files with 17 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ Meteor.startup(() => {
|
|||
} catch (e) {
|
||||
return;
|
||||
}
|
||||
}, 30000);
|
||||
}, process.env.EMAIL_NOTIFICATION_TIMEOUT || 30000);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue