From 5cc7be46a27f42a48b871f509aa918c2a767e9dd Mon Sep 17 00:00:00 2001 From: Hudson Mendes Date: Wed, 15 Apr 2020 22:58:29 +0100 Subject: [PATCH] changed "Create index in background" default option to true --- src/robomongo/core/events/MongoEventsInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,