You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cursor batch size is currently only configurable for aggregations backed by cursors but not for find operations. Find operations have an initial batch size of 101 documents by default, subsequent cursor fetches (GETMORE) are limited to chunks of up to 16MB (BSON limit)