The fix for https://github.com/klbostee/dumbo/issues/1 has the drawback that looping over all part files and catting them one after the other can be quite slow when there's many part files. By adding an option for enabling the old behaviour of combined catting of a whole directory in one go, we could allow people to speed up the cat. This would of course lead to problems again when e.g. _logs subdirs are present, but when the option is off by default this shouldn't be a problem...
The fix for https://github.com/klbostee/dumbo/issues/1 has the drawback that looping over all part files and catting them one after the other can be quite slow when there's many part files. By adding an option for enabling the old behaviour of combined catting of a whole directory in one go, we could allow people to speed up the cat. This would of course lead to problems again when e.g. _logs subdirs are present, but when the option is off by default this shouldn't be a problem...