From: Evan Prodromou Date: Thu, 9 Jul 2009 15:16:50 +0000 (-0400) Subject: Revert "give processtime a minimum of 1s" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d7611009b11c489abbc7c52d51ec859fd9fa5600;p=quix0rs-gnu-social.git Revert "give processtime a minimum of 1s" This reverts commit d2e83b6a67fec311f9bc36a7d886f40169d9de15. --- diff --git a/lib/xmppqueuehandler.php b/lib/xmppqueuehandler.php index 7d14422c60..9b1a6989e2 100644 --- a/lib/xmppqueuehandler.php +++ b/lib/xmppqueuehandler.php @@ -63,7 +63,7 @@ class XmppQueueHandler extends QueueHandler try { if ($this->conn) { $this->log(LOG_DEBUG, "Servicing the XMPP queue."); - $this->conn->processTime(max($timeout, 1)); + $this->conn->processTime($timeout); $this->sendPing(); } } catch (XMPPHP_Exception $e) {