From 3ce4857ce0256437c469cad6aec259f11ea09f81 Mon Sep 17 00:00:00 2001 From: vg Date: Fri, 29 Mar 2024 11:22:33 +0100 Subject: change timeout to 600s --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap.c b/imap.c index 0580d901..54255c68 100644 --- a/imap.c +++ b/imap.c @@ -793,7 +793,7 @@ static int imap_idle(int sock) /* special timeout to terminate the IDLE and re-issue it * at least every 28 minutes: * (the server may have an inactivity timeout) */ - mytimeout = idle_timeout = 1680; /* 28 min */ + mytimeout = idle_timeout = 600; time(&idle_start_time); stage = STAGE_IDLE; /* enter IDLE mode */ -- cgit v1.2.3