Skip to content

Commit

Permalink
Merge pull request git-for-windows#1909 from benpeart/free-fscache-af…
Browse files Browse the repository at this point in the history
…ter-status-gfw

status: disable and free fscache at the end of the status command
  • Loading branch information
dscho committed Dec 9, 2018
2 parents e986fe1 + 364a814 commit f1a0a9c
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 @@ -1425,6 +1425,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
wt_status_print(&s);
wt_status_collect_free_buffers(&s);

enable_fscache(0);
return 0;
}

Expand Down

0 comments on commit f1a0a9c

Please sign in to comment.