diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-11-26 14:58:11 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-11-26 14:58:11 -0300 |
commit | a2e5041f87716d10e28e97428188e29506f2e089 (patch) | |
tree | 01a6fbeb7e750bf53bb39a56e3068d8281a21205 /mail/src/leap | |
parent | 0340577312b2ff6322df4bc91d126144a4dc8ebd (diff) | |
parent | b4d467db6fc5775ac727d061e6ea085386e76fd6 (diff) |
Merge remote-tracking branch 'kali/feature/reduce_polling_time' into develop
Diffstat (limited to 'mail/src/leap')
-rw-r--r-- | mail/src/leap/mail/imap/service/imap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/src/leap/mail/imap/service/imap.py b/mail/src/leap/mail/imap/service/imap.py index feb2593..8756ddc 100644 --- a/mail/src/leap/mail/imap/service/imap.py +++ b/mail/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 |