Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created February 9, 2021 07:30
Show Gist options
  • Select an option

  • Save denzhel/3f5ef95154892e2f8419ad85808c78e4 to your computer and use it in GitHub Desktop.

Select an option

Save denzhel/3f5ef95154892e2f8419ad85808c78e4 to your computer and use it in GitHub Desktop.
Increase Mongo shell screen buffer

If you're trying to query Mongo and get this message:

Type "it" for more

Run this command:

DBQuery.shellBatchSize = 200;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment