Ability to set mongod configuration parameters at startup
For example, when spinning up a container in CI using mongodb-atlas-local image, be able to set ttlMonitorEnabled=false
with setParameter
. The current workaround – spinning up an extra thread to call mongosh --eval 'db.adminCommand({ setParameter:1, ttlMonitorEnabled: false })' some time after the service is healthy – isn't optimal.
1
vote
