Delayed Response

Hey All,

The issue I’m facing is when running a large data POST call it takes time to load and i get the following response:

{
“Data”: {
“categorised”: {
“status”: “notReady”
}
}
}

when i hit the send button the 2nd time it gradually loads up the data.

Is there a script or something when i can hit the send button once and it slowly displays the response.

The post call is about 40 thousand line’s of data.

FYI - I don’t want to run the iteration twice as a collection, I want it to work as a single API call.

Hope someone can help.

Thanks