Mongoose Timeout Error: MongooseError: Operation `products.updateOne()` buffering timed out after 10000ms
I have this updatemrp.js api which updates the amount field according to the corresponding partNumber in the given excel file. It is working fine for 5-10 updates, but when the dataset is large (100+) its showing this error.