From 82238e1019725fe72bc53d81612c81ce2fc43924 Mon Sep 17 00:00:00 2001 From: Remdex Date: Mon, 30 Oct 2017 19:05:13 +0100 Subject: [PATCH] Set timeout to 70 seconds --- .../models/lhabstract/erlhabstractmodelautoresponderchat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lhc_web/lib/models/lhabstract/erlhabstractmodelautoresponderchat.php b/lhc_web/lib/models/lhabstract/erlhabstractmodelautoresponderchat.php index 6017fb4c1b..70cbdedf38 100644 --- a/lhc_web/lib/models/lhabstract/erlhabstractmodelautoresponderchat.php +++ b/lhc_web/lib/models/lhabstract/erlhabstractmodelautoresponderchat.php @@ -97,7 +97,7 @@ public function process() } elseif ($this->chat->status == erLhcoreClassModelChat::STATUS_ACTIVE_CHAT) { - if ($this->chat->lsync < time() - 30 && + if ($this->chat->lsync < time() - 90 && in_array($this->chat->device_type,array(1,2)) && $this->active_send_status < $this->auto_responder->wait_timeout_reply_total ) {