database-filesystem, demo log tailing in term

This commit is contained in:
wxiaoguang
2022-08-07 21:26:31 +08:00
committed by Jason Song
parent 931d8c2c21
commit 92d15afd18
8 changed files with 702 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func DetectWorkflows(commit *git.Commit, event webhook.HookEventType) (git.Entri
return nil, nil, err
}
entries, err := tree.ListEntriesRecursive()
entries, err := tree.ListEntriesRecursiveFast()
if err != nil {
return nil, nil, err
}