Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* Removes database user and role information from the output. #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

svivesmdb
Copy link

  • Removes database user and role information from the output.
  • Removes sample documents from the output.
  • Exit in error if the script calls collection.stats() on more than 2500 collections (extremely conservative number). This is to avoid the situation where a WiredTiger deployment has so many collections that calling collection.stats() on all of them could cause the OS to run out of file descriptors.

* Removes sample documents from the output.
* Exit in error if the script calls collection.stats() on more than 2500 collections (extremely conservative number). This is to avoid the situation where a WiredTiger deployment has so many collections that calling collection.stats() on all of them could cause the OS to run out of file descriptors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant