From b576ef97bd3d82d10784e070d189b70d0108206e Mon Sep 17 00:00:00 2001 From: fritzy Date: Mon, 16 Mar 2009 14:04:15 +0000 Subject: [PATCH] Set reasonable select timeout git-svn-id: svn://netflint.net/xmpphp@76 ef36c318-a008-4979-b6e8-6b496270793b --- XMPPHP/XMLStream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMPPHP/XMLStream.php b/XMPPHP/XMLStream.php index 163b12b..d33411e 100644 --- a/XMPPHP/XMLStream.php +++ b/XMPPHP/XMLStream.php @@ -375,7 +375,7 @@ class XMPPHP_XMLStream { * integer -> process for this amount of time */ - private function __process($maximum=0) { + private function __process($maximum=5) { $remaining = $maximum;