Skip to content

[V1.4.1] CraftBot takes too long to find files #354

Description

@makiroll1125

What happened:
CraftBot uses the default shell command to search for files. This is too slow/inefficient especially when retrieving a large amount of files or searching over a relatively large base.

What I expected:
CraftBot should retrieve results from find_files in a much shorter time frame (within a few seconds)

Steps to reproduce:
Call find_files with any glob pattern even on small / empty directories
Observe very long delay before results are returned

Suggestions:
Investigate file indexing and retrieval tools such as Everything which return global file search results in less than a few seconds, while also allowing conditional searches (ex. "craftbot" OR "craftos")

Logs / screenshots:
Image

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions