I have a workspace that is updating about 100,000 records online. It will do a couple groups of 1000 updates before the rest service returns an error:
"The error code from the server was '1000' and the message was: 'Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
Is there a way to get around this error? I was thinking that reducing the number of records updated per rest call would help but I dont see a way to change the number from 1000.
Thanks!