diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-12-06 15:48:54 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-12-06 15:48:54 -0300 |
commit | dc45a6098b798a2866c2ab6af097307913cf542b (patch) | |
tree | 1601c24e2cd0d390532727a1206cffd189d01b8f /src/leap/mail/imap/service | |
parent | 46ccf635c44aeffb75c95845b8b4cc9ce2b1c4a4 (diff) | |
parent | 037a5c59f36a711d7588eab06810a9ffdf2474b0 (diff) |
Merge branch 'release-0.3.8'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 |