diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index f7d3de41..be4228cf 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -147,7 +147,7 @@ class WrenchJobs extends BaseController $out = $this->APIcall('GET', $local_url, $in ); $this->saveCache($endpoint,$out,360); } - return $this->respond( $this->summaryReturnData($in,$out), 3000); + return $this->respond( $this->summaryReturnData($in,$out), 200); }