diff options
author | Kali Kaneko <kali@leap.se> | 2013-11-26 15:53:11 -0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-11-26 15:53:11 -0200 |
commit | af60ca9a193efbf8986c0ffb382ee705b2358e2b (patch) | |
tree | 1cf5d22dd4b595be07025c08367b069c575abea4 /src/leap | |
parent | f98ecbe55f24de8a549cdf2af028f13a38a95187 (diff) |
reduce polling time to one minute
Diffstat (limited to 'src/leap')
-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 |