generated from root/miduo_server
修改审核限制时间
parent
a64b07620f
commit
7416a705a4
|
|
@ -51,7 +51,7 @@ public class MailController {
|
||||||
/**
|
/**
|
||||||
* 审核时间限制,单位:秒
|
* 审核时间限制,单位:秒
|
||||||
*/
|
*/
|
||||||
private static int limitTime = 60;
|
private static int limitTime = 1;
|
||||||
|
|
||||||
private static final int SERVER_MAIL = 1;
|
private static final int SERVER_MAIL = 1;
|
||||||
private static final int PERSONAL_MAIL = 2;
|
private static final int PERSONAL_MAIL = 2;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue