Files
mongo/src/config
Keith Bostic 6b467678b7 Don points out we can't validate configuration settings for extensions
(collators, compressors, encryptors, extractors), they might not be
loaded. This logic applies to Huffman configuration as well, it depends
on an external file that might not exist.  Remove most of the uses of
"func=" in the configuration file, but leave the basic structure in
place because it's pretty simple and may prove more useful in the future.
2015-05-08 10:29:07 -04:00
..