简体   繁体   中英

request limitation with soap on mantis

i'm trying to do some request with soap on mantis . Something like that :

      foreach ($tabIdBugToRecup as $value) {
            $tabBugResponse[$i] = $client->mc_issue_get($username, $password, $value);
            $i++;

            }

when the number of request is small i've no error and the scrip work fine but when the number is big i have that error : "NetworkError: 500 Internal Server Error - http://localhost/ErsSupervisor/include/req/cronBugSupport.php"

it's why i'm asking if the number of request with soap on mantis is limited. Maybe X per secondes or?

thanks for help

MantisBT SOAP API中没有速率限制。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM