Skip to content

Commit

Permalink
Set timeout to 70 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Oct 30, 2017
1 parent 638b3c3 commit 82238e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
) {
Expand Down

0 comments on commit 82238e1

Please sign in to comment.