Hi,
I was playing around with meteor and built a small prototype for my app. However, when I made updates to my mongo database, the updates took ~4-5 seconds to reflect on the web page. The collections are really small (~500 documents max). Is this normal? Also, I am running my meteor app and mongo db instance in 2 different docker containers. I wonder if that is what is slowing things down?