how well does spring integration handle high volumes on a channel.

eg an inbound file adapter listening to a folder with 50000+ files.
is it better to to set a max-messages-per-poll in this case? what would be a good number?

the channel will actually be idle 90% of the time. when it does have work to do, the volume will be high.