diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 18:36:45 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 18:36:45 +0000 |
| commit | 7a23ea9d7d25811ee9a07f787a33f18169d25c5c (patch) | |
| tree | e40d0790144dbd465883ee8e31216ed630a57309 /src | |
| parent | 02d57eeeb41da2bdf5ca28d419815997a4df67ea (diff) | |
| download | boca-7a23ea9d7d25811ee9a07f787a33f18169d25c5c.tar.gz boca-7a23ea9d7d25811ee9a07f787a33f18169d25c5c.zip | |
larger timeout
Diffstat (limited to 'src')
| -rw-r--r-- | src/fextdata.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fextdata.php b/src/fextdata.php index 4673fb4..25ef1f0 100644 --- a/src/fextdata.php +++ b/src/fextdata.php @@ -26,7 +26,7 @@ function makeurlhttps($siteurl) { return $siteurl; } -function scoretransfer($putname, $localsite, $timeo=20) { +function scoretransfer($putname, $localsite, $timeo=60) { $ds = DIRECTORY_SEPARATOR; if($ds=="") $ds = "/"; $logstr=''; @@ -246,7 +246,7 @@ function scoretransfer($putname, $localsite, $timeo=20) { } -function getMainXML($contest,$timeo=30,$upd=false) { +function getMainXML($contest,$timeo=60,$upd=false) { $ds = DIRECTORY_SEPARATOR; if($ds=="") $ds = "/"; $logstr = ''; |