Browse Source

disable table scans

master
parent
commit
4b8c6351ad
  1. 2
      mongodb/mongodb.conf

2
mongodb/mongodb.conf

@ -13,7 +13,7 @@ port = 27017
nohttpinterface = true nohttpinterface = true
auth = true auth = true
rest = true rest = true
notablescan = false notablescan = true
dbpath = @l_prefix@/var/mongodb/db dbpath = @l_prefix@/var/mongodb/db
directoryperdb = true directoryperdb = true

Loading…
Cancel
Save