[geary/wip/34-yahoo-fixes: 1/2] Bump agressive keep-alive interval down to 2 minutes



commit 2f9ca91a635a5832486a7975d119955f7b819692
Author: Michael Gratton <mike vee net>
Date:   Sat Feb 2 16:35:46 2019 +1100

    Bump agressive keep-alive interval down to 2 minutes
    
    This makes the Inbox poll for new messages for services that do not
    support IMAP IDLE (like Yahoo) much more often, so new mail shows up
    quicker.

 src/engine/imap/transport/imap-client-session.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/engine/imap/transport/imap-client-session.vala 
b/src/engine/imap/transport/imap-client-session.vala
index e296c8db..4a8f2de5 100644
--- a/src/engine/imap/transport/imap-client-session.vala
+++ b/src/engine/imap/transport/imap-client-session.vala
@@ -50,7 +50,7 @@ public class Geary.Imap.ClientSession : BaseObject {
      * new messages or status updates, this is a useful timeout for
      * polling for changes.
      */
-    public const uint AGGRESSIVE_KEEPALIVE_SEC = 5 * 60;
+    public const uint AGGRESSIVE_KEEPALIVE_SEC = 2 * 60;
 
     /**
      * Default keep-alive interval in the Selected state.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]