Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

pre cache whole FS #2

@AdamVerner

Description

@AdamVerner

Currently the first directory traversal (with my files) takes roughly one minute. This could be greatly sped up by doing background traversal right after startup.

The other option would be to rewrite the _resolve_path function - you can get the list of all files in the course using course.get_files() and then do the resolving manually so you don't need to make separate request for each of the files. The same can be done for folders

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions