Open
Description
I have a pretty large data (about 300k records) in a collection using ElasticSearch engine. The initial startup of the app causes the sync up of the entire data with the ES index and this is failing for me. Some records have been stored but most of the times, I get response timedout (even after increasing the timeout time to 120 seconds).
Is there any recommendation for this scenario? Is there a way to slow down the process of initial sync up?
Thanks