Skip to content

Each file is greped twice #5

@wrr

Description

@wrr

find $2 -maxdepth 1 -type d returns cache root directory and its subdirectories. The parallel grep process that is invoked with the root dir processes the whole cache, so the parallelization benefits are lost.

This can be fixed with -mindepth 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions