mongoengine
mongoengine copied to clipboard
Create_index called multiple times
Hello, this is more of a question that an issue.
I've been checking my HTTP requests and found that this database call (model.objects()) called create_index 4 times. The collection PlaceWithScoreModel has existed along with the same indexes for months.

These are the mongoengine's called functions

This is the first function call since I started my app and logged in to the Database.