File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
### Fixes
14
14
* commit msg history ordered the wrong way ([ #1445 ] ( https://github.com/extrawurst/gitui/issues/1445 ) )
15
15
* improve help documentation for amend cmd ([ #1448 ] ( https://github.com/extrawurst/gitui/issues/1448 ) )
16
+ * lag issue when showing files tab ([ #1451 ] ( https://github.com/extrawurst/gitui/issues/1451 ) )
16
17
17
18
## [ 0.22.1] - 2022-11-22
18
19
Original file line number Diff line number Diff line change @@ -65,9 +65,6 @@ impl AsyncJob for AsyncTreeFilesJob {
65
65
JobState :: Request { commit, repo } => {
66
66
let files = tree_files ( & repo, commit) ;
67
67
68
- std:: thread:: sleep (
69
- std:: time:: Duration :: from_secs ( 2 ) ,
70
- ) ;
71
68
JobState :: Response ( FileTreeResult {
72
69
commit,
73
70
result : files,
You can’t perform that action at this time.
0 commit comments