mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
added "sec" to timeout property names #PL-2680
This commit is contained in:
parent
60159087c6
commit
3ff6d08500
@ -73,14 +73,14 @@ public interface EmailerConfig extends Config {
|
||||
/**
|
||||
* SMTP connection timeout value in seconds.
|
||||
*/
|
||||
@Property("cuba.email.smtpConnectionTimeout")
|
||||
@Property("cuba.email.smtpConnectionTimeoutSec")
|
||||
@DefaultInt(20)
|
||||
int getSmtpConnectionTimeoutSec();
|
||||
|
||||
/**
|
||||
* SMTP I/O timeout value in seconds.
|
||||
*/
|
||||
@Property("cuba.email.smtpTimeout")
|
||||
@Property("cuba.email.smtpTimeoutSec")
|
||||
@DefaultInt(60)
|
||||
int getSmtpTimeoutSec();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user