Skip to content

Commit

Permalink
threaded folder scan working
Browse files Browse the repository at this point in the history
missing documentation and logging
  • Loading branch information
DanEngelbrecht committed Feb 4, 2024
1 parent 0b50819 commit fa8a62b
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2102,8 +2102,9 @@ int Pack(
struct Longtail_VersionIndex* source_version_index = 0;
{
struct Longtail_FileInfos* file_infos;
err = Longtail_GetFilesRecursively(
err = Longtail_GetFilesRecursively2(
storage_api,
job_api,
0,
0,
0,
Expand Down
Loading

0 comments on commit fa8a62b

Please sign in to comment.