diff --git a/src/robomongo/core/events/MongoEventsInfo.h b/src/robomongo/core/events/MongoEventsInfo.h index 725cf9db8..148b91914 100644 --- a/src/robomongo/core/events/MongoEventsInfo.h +++ b/src/robomongo/core/events/MongoEventsInfo.h @@ -11,7 +11,7 @@ namespace Robomongo const std::string &name = std::string(), const std::string &request = std::string(), bool isUnique = false, - bool isBackGround = false, + bool isBackGround = true, bool isDropDuplicates = false, bool isSparce = false, int expireAfter = -1,