You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2022. It is now read-only.
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