Skip to content

Commit

Permalink
Merge pull request #1909 from benpeart/free-fscache-after-status-gfw
Browse files Browse the repository at this point in the history
status: disable and free fscache at the end of the status command
  • Loading branch information
dscho authored and Git for Windows Build Agent committed Jan 8, 2025
2 parents becf815 + 0204de4 commit 829b1c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1624,6 +1624,7 @@ struct repository *repo UNUSED)
wt_status_print(&s);
wt_status_collect_free_buffers(&s);

enable_fscache(0);
return 0;
}

Expand Down

0 comments on commit 829b1c9

Please sign in to comment.