forked from I2P_Developers/i2p.i2p
* SusiMail: Extend times on background checker (still disabled by default)
This commit is contained in:
@@ -31,11 +31,11 @@ class BackgroundChecker {
|
|||||||
private static final int DEFAULT_CHECK_MINUTES = 3*60;
|
private static final int DEFAULT_CHECK_MINUTES = 3*60;
|
||||||
private static final int MIN_CHECK_MINUTES = 15;
|
private static final int MIN_CHECK_MINUTES = 15;
|
||||||
// short for testing
|
// short for testing
|
||||||
//private final long MIN_IDLE = 30*60*1000;
|
//private static final long MIN_IDLE = 10*60*1000;
|
||||||
private static final long MIN_IDLE = 10*60*1000;
|
private final long MIN_IDLE = 30*60*1000;
|
||||||
// short for testing
|
// short for testing
|
||||||
//private final long MIN_SINCE = 60*60*1000;
|
//private static final long MIN_SINCE = 10*60*1000;
|
||||||
private static final long MIN_SINCE = 10*60*1000;
|
private final long MIN_SINCE = 60*60*1000;
|
||||||
|
|
||||||
public BackgroundChecker(POP3MailBox mailbox) {
|
public BackgroundChecker(POP3MailBox mailbox) {
|
||||||
this.mailbox = mailbox;
|
this.mailbox = mailbox;
|
||||||
|
Reference in New Issue
Block a user