Azure mobile service custom api script server timeout

Good afternoon, I have implemented a exports.get = function(request,response)

custom api on an azure mobile service. I am loading 5 thousand records from a database and then I am preparing json for output. The problem is that the loading time of all records is too long as my script goes into timeout. I was thinking if there is a way to increase the response time.

+3


source to share





All Articles