Increase Find records node capability

The idea is:

The Find records node is now limited to 100 objects. Please make it 500 or even 1000 for a smoother workflow.

My use case:

Currently I’m doing an automation of checking Emails in my DB via external API. There’s 1400 emails daily that need to be checked and I’d like this automation to run in the morning each day. So here we are: I can either set timer to run it each 100 minutes (but then it would be spread during all day and night), I can’t make it “run automation 14 times” in the morning , I can’t duplicate the automation and set it to run near the same time, so now my automation looks like this:
Find records (1/14) > Loop 1/14 (http request + Update record) > Find records (2/14) > Loop 2/14 (http request + update record) > Find records (3/14)… and so on.
It would be just easier to increase Find records capability so one iteration can proceed with more lines.