Set reasonable select timeout

git-svn-id: svn://netflint.net/xmpphp@76 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
fritzy 2009-03-16 14:04:15 +00:00
parent b968882a7e
commit b576ef97bd
1 changed files with 1 additions and 1 deletions

View File

@ -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;