From d63f6cec7db00c6d4d42ca6e7eb9dc6ab215e195 Mon Sep 17 00:00:00 2001 From: Alexis Peter Date: Wed, 10 Sep 2014 13:50:05 +0200 Subject: [PATCH] do not dump background index creation info --- library/CM/Db/Cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/CM/Db/Cli.php b/library/CM/Db/Cli.php index ae13a29e5..dc6cf09dc 100644 --- a/library/CM/Db/Cli.php +++ b/library/CM/Db/Cli.php @@ -45,7 +45,7 @@ private function _dbToFileMongo($namespace) { return preg_match('/^' . strtolower($namespace) . '_/', $collection); }); sort($collectionList); - $optionsValid = ['background', 'unique', 'name', 'dropDups', 'sparse', 'expireAfterSeconds']; + $optionsValid = ['unique', 'name', 'dropDups', 'sparse', 'expireAfterSeconds']; $indexes = []; foreach ($collectionList as $collection) { $indexList = $mongo->getIndexInfo($collection);