Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 08:23 PM
In my opinion, the reason for not using both options simultaneously is that the framework would face a logical conflict:
- Should it stop reading after the maximum number of files is reached, even if the size limit hasn’t been exceeded?
Or - Should it stop processing when the size limit is reached, even if the file count is below the limit?
Handling these scenarios would add unnecessary complexity to the framework.