thybag / PHP-SharePoint-Lists-API

A simple PHP API to make working with SharePoint lists easy.
MIT License
184 stars 95 forks source link

Record update slowness/timeout #130

Open jlisham opened 7 years ago

jlisham commented 7 years ago

I'm trying to update 2 columns in multiple records (currently 30 but could be more) using updateMultiple_ which is taking 1-1/2 to 2 minutes and/or timing out.

Is this related to the API/par for the course or are there adjustments to be made?

Thank you.