diff options
author | Kali Kaneko <kali@leap.se> | 2013-12-10 15:58:18 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-12-10 15:58:18 -0400 |
commit | 790a6f3a5d2edeafcd1de8b4d2d32b861ef24a36 (patch) | |
tree | 1581255b088dde7c96fd49160ad519d3b7cca91c /src/leap/mail/imap/service | |
parent | 46dd13b53ce67f1a2d96be9baf02cf008d4d1b34 (diff) | |
parent | dc45a6098b798a2866c2ab6af097307913cf542b (diff) |
Merge tag '0.3.8' into debian-0.3.8
Tag leap.mail version 0.3.8
Diffstat (limited to 'src/leap/mail/imap/service')
-rw-r--r-- | src/leap/mail/imap/service/imap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/mail/imap/service/imap.py b/src/leap/mail/imap/service/imap.py index feb2593..8756ddc 100644 --- a/src/leap/mail/imap/service/imap.py +++ b/src/leap/mail/imap/service/imap.py @@ -41,7 +41,7 @@ IMAP_PORT = 1984 # The period between succesive checks of the incoming mail # queue (in seconds) -INCOMING_CHECK_PERIOD = 300 +INCOMING_CHECK_PERIOD = 60 from leap.common.events.events_pb2 import IMAP_SERVICE_STARTED from leap.common.events.events_pb2 import IMAP_SERVICE_FAILED_TO_START |