Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More efficient
findIn
method in DistributedLogCollection
.
As the list is transmitted through the network, listing everything in large `log` subdirectories might cause timeout execptions with the default value of 5s per host. The new implementation only lists files directly located in the `log` folder.
- Loading branch information