Can MongoDb connector's approach overload server?

I am looking at how the MongoDb connector fetches 10000 records from each collection and infers the schema based on that. Doesn’t this run the risk of overloading the server if there are a large number of connections?

Does Airbyte support some way of throttling the rate of requests to data sources?