Fixing little typo in RemoteFile
authorTim Düsterhus <timwolla@arcor.de>
Thu, 17 May 2012 14:06:48 +0000 (16:06 +0200)
committerTim Düsterhus <timwolla@arcor.de>
Thu, 17 May 2012 14:06:48 +0000 (16:06 +0200)
That one slipped through my review :(

wcfsetup/install/files/lib/system/io/RemoteFile.class.php

index 286c50b243280578d1571d8861073ddb836f7d98..9bc30523564ad63bece7ca6586e24555affe9705 100644 (file)
@@ -45,7 +45,7 @@ class RemoteFile extends File {
         * @param       integer         $timeout
         * @param       array           $options
         */
-       public function __construct($host, $port, $timeout = 3) {
+       public function __construct($host, $port, $timeout = 30) {
                $this->host = $host;
                $this->port = $port;