If I make a change to a server parameter like wiredTigerConcurrentReadTransactions to the current running server (using adminCommand.setParameter), is that change lost after reboot?
Ok thanks. I guess it’s obvious once you know it, but other database technologies I’ve used only have the key parameters needed for boot in the config file, and the rest of the parameters stored in something like the admin db. Maybe I’ll submit an edit to the documention.